Class RgbLightControllerState
Inheritance
System.Object
RgbLightControllerState
Assembly: Content.Shared.dll
Syntax
public sealed class RgbLightControllerState : ComponentState
Constructors
|
Improve this Doc
View Source
RgbLightControllerState(Single, Nullable<List<Int32>>)
Declaration
public RgbLightControllerState(float cycleRate, List<int>? layers)
Parameters
Type |
Name |
Description |
System.Single |
cycleRate |
|
System.Nullable<List<System.Int32>> |
layers |
|
Fields
|
Improve this Doc
View Source
CycleRate
Declaration
public readonly float CycleRate
Field Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Layers
Declaration
Field Value
Type |
Description |
System.Nullable<List<System.Int32>> |
|