Show / Hide Table of Contents

Class RgbLightControllerState

Inheritance
System.Object
RgbLightControllerState
Namespace: Content.Shared.Light.Components
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
public List<int>? Layers
Field Value
Type Description
System.Nullable<List<System.Int32>>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾