Search Results for

    Show / Hide Table of Contents

    Class LightBulb

    信号機の電球

    Inheritance
    System.Object
    LightBulb
    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
    [Serializable]
    public class LightBulb

    Constructors

    LightBulb(LightBulb.BulbType, LightBulb.BulbColor, LightBulb.BulbStatus)

    Declaration
    public LightBulb(LightBulb.BulbType type, LightBulb.BulbColor color, LightBulb.BulbStatus status)
    Parameters
    Type Name Description
    LightBulb.BulbType type
    LightBulb.BulbColor color
    LightBulb.BulbStatus status

    Properties

    Color

    Declaration
    public LightBulb.BulbColor Color { get; }
    Property Value
    Type Description
    LightBulb.BulbColor

    Status

    Declaration
    public LightBulb.BulbStatus Status { get; }
    Property Value
    Type Description
    LightBulb.BulbStatus

    Type

    Declaration
    public LightBulb.BulbType Type { get; }
    Property Value
    Type Description
    LightBulb.BulbType
    In This Article
    Back to top PLATEAU SDK for Unity