Search Results for

    Show / Hide Table of Contents

    Class TrafficSignalControllerPattern

    信号制御のパターン 開始時刻、制御パターンID、フェーズのリスト、信号灯のオフセットを持つ

    Inheritance
    System.Object
    ARnPartsBase
    ARnParts<TrafficSignalControllerPattern>
    TrafficSignalControllerPattern
    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 TrafficSignalControllerPattern : ARnParts<TrafficSignalControllerPattern>

    Constructors

    TrafficSignalControllerPattern()

    デシリアライズ用

    Declaration
    public TrafficSignalControllerPattern()

    Properties

    ControlPatternId

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

    OffsetSeconds

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

    OffsetTrafficLight

    Declaration
    public TrafficSignalLight OffsetTrafficLight { get; set; }
    Property Value
    Type Description
    TrafficSignalLight

    OffsetType

    Declaration
    public OffsetRelationType OffsetType { get; set; }
    Property Value
    Type Description
    OffsetRelationType

    Parent

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

    Phases

    Declaration
    public List<TrafficSignalControllerPhase> Phases { get; }
    Property Value
    Type Description
    List<TrafficSignalControllerPhase>

    StartOffsets

    Declaration
    public DateTime StartOffsets { get; set; }
    Property Value
    Type Description
    DateTime
    In This Article
    Back to top PLATEAU SDK for Unity