Search Results for

    Show / Hide Table of Contents

    Class RRoadTypeEx

    Inheritance
    System.Object
    RRoadTypeEx
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: PLATEAU.RoadNetwork.Graph
    Assembly: cs.temp.dll.dll
    Syntax
    public static class RRoadTypeEx

    Methods

    HasAnyFlag(RRoadTypeMask, RRoadTypeMask)

    selfがflagのどれかを持っているかどうか

    Declaration
    public static bool HasAnyFlag(this RRoadTypeMask self, RRoadTypeMask flag)
    Parameters
    Type Name Description
    RRoadTypeMask self
    RRoadTypeMask flag
    Returns
    Type Description
    System.Boolean

    IsHighWay(RRoadTypeMask)

    交通道路

    Declaration
    public static bool IsHighWay(this RRoadTypeMask self)
    Parameters
    Type Name Description
    RRoadTypeMask self
    Returns
    Type Description
    System.Boolean

    IsLane(RRoadTypeMask)

    車線

    Declaration
    public static bool IsLane(this RRoadTypeMask self)
    Parameters
    Type Name Description
    RRoadTypeMask self
    Returns
    Type Description
    System.Boolean

    IsMedian(RRoadTypeMask)

    歩道

    Declaration
    public static bool IsMedian(this RRoadTypeMask self)
    Parameters
    Type Name Description
    RRoadTypeMask self
    Returns
    Type Description
    System.Boolean

    IsRoad(RRoadTypeMask)

    車道部分

    Declaration
    public static bool IsRoad(this RRoadTypeMask self)
    Parameters
    Type Name Description
    RRoadTypeMask self
    Returns
    Type Description
    System.Boolean

    IsSideWalk(RRoadTypeMask)

    歩道

    Declaration
    public static bool IsSideWalk(this RRoadTypeMask self)
    Parameters
    Type Name Description
    RRoadTypeMask self
    Returns
    Type Description
    System.Boolean
    In This Article
    Back to top PLATEAU SDK for Unity