Search Results for

    Show / Hide Table of Contents

    Class TrafficSignalControllerPhase

    信号制御のフェーズ 信号制御のパターンに含まれる要素

    Inheritance
    System.Object
    ARnPartsBase
    ARnParts<TrafficSignalControllerPhase>
    TrafficSignalControllerPhase
    Inherited Members
    ARnPartsBase.DebugMyId
    ARnPartsBase.DebugMemo
    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 TrafficSignalControllerPhase : ARnParts<TrafficSignalControllerPhase>

    Constructors

    TrafficSignalControllerPhase()

    デシリアライズ用

    Declaration
    public TrafficSignalControllerPhase()

    TrafficSignalControllerPhase(String)

    Declaration
    public TrafficSignalControllerPhase(string id)
    Parameters
    Type Name Description
    System.String id

    Properties

    BlueRoadPairs

    青信号時に通過出来る道路のID 注意 交差点のIDではない

    Declaration
    public List<RnRoadBase> BlueRoadPairs { get; set; }
    Property Value
    Type Description
    List<RnRoadBase>

    EnterableVehicleTypeMask

    Declaration
    public int EnterableVehicleTypeMask { get; set; }
    Property Value
    Type Description
    System.Int32

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    Order

    Declaration
    public int Order { get; set; }
    Property Value
    Type Description
    System.Int32

    Parent

    Declaration
    public TrafficSignalControllerPattern Parent { get; set; }
    Property Value
    Type Description
    TrafficSignalControllerPattern

    RedRoadPairs

    青信号時に通過出来る道路のID 注意 交差点のIDではない

    Declaration
    public List<RnRoadBase> RedRoadPairs { get; set; }
    Property Value
    Type Description
    List<RnRoadBase>

    Split

    Declaration
    public float Split { get; set; }
    Property Value
    Type Description
    System.Single

    YellowRoadPairs

    青信号時に通過出来る道路のID 注意 交差点のIDではない

    Declaration
    public List<RnRoadBase> YellowRoadPairs { get; set; }
    Property Value
    Type Description
    List<RnRoadBase>
    In This Article
    Back to top PLATEAU SDK for Unity