Search Results for

    Show / Hide Table of Contents

    Class TrafficRegulationInfo

    交通規制情報

    Inheritance
    System.Object
    TrafficRegulationInfo
    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.Structure
    Assembly: cs.temp.dll.dll
    Syntax
    public class TrafficRegulationInfo

    Fields

    speedLimit

    速度制限

    Declaration
    public float speedLimit
    Field Value
    Type Description
    System.Single

    stopLine

    停止線

    Declaration
    public StopLine stopLine
    Field Value
    Type Description
    StopLine

    yields

    優先道路

    Declaration
    public RnID<RnDataLineString> yields
    Field Value
    Type Description
    RnID<RnDataLineString>
    In This Article
    Back to top PLATEAU SDK for Unity