Search Results for

    Show / Hide Table of Contents

    Struct TrafficSignalLightController.DefaultVal.DataSet

    Inherited Members
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    Namespace: PLATEAU.RoadNetwork.Structure
    Assembly: cs.temp.dll.dll
    Syntax
    public struct DataSet

    Constructors

    DataSet(Single, TrafficSignalLightController.DefaultVal.Color, TrafficSignalLightController.DefaultVal.Color)

    Declaration
    public DataSet(float split, TrafficSignalLightController.DefaultVal.Color main, TrafficSignalLightController.DefaultVal.Color sub)
    Parameters
    Type Name Description
    System.Single split
    TrafficSignalLightController.DefaultVal.Color main
    TrafficSignalLightController.DefaultVal.Color sub

    Fields

    main

    Declaration
    public readonly TrafficSignalLightController.DefaultVal.Color main
    Field Value
    Type Description
    TrafficSignalLightController.DefaultVal.Color

    split

    Declaration
    public readonly float split
    Field Value
    Type Description
    System.Single

    sub

    Declaration
    public readonly TrafficSignalLightController.DefaultVal.Color sub
    Field Value
    Type Description
    TrafficSignalLightController.DefaultVal.Color
    In This Article
    Back to top PLATEAU SDK for Unity