Class SharedRgbLightControllerSystem
Inheritance
System.Object
SharedRgbLightControllerSystem
Namespace: Content.Shared.Light
Assembly: Content.Shared.dll
Syntax
public abstract class SharedRgbLightControllerSystem : EntitySystem
Methods
| Improve this Doc View SourceInitialize()
Declaration
public override void Initialize()
SetCycleRate(EntityUid, Single, RgbLightControllerComponent)
Declaration
public void SetCycleRate(EntityUid uid, float rate, RgbLightControllerComponent rgb = null)
Parameters
Type | Name | Description |
---|---|---|
EntityUid | uid | |
System.Single | rate | |
RgbLightControllerComponent | rgb |
SetLayers(EntityUid, Nullable<List<Int32>>, RgbLightControllerComponent)
Declaration
public void SetLayers(EntityUid uid, List<int>? layers, RgbLightControllerComponent rgb = null)
Parameters
Type | Name | Description |
---|---|---|
EntityUid | uid | |
System.Nullable<List<System.Int32>> | layers | |
RgbLightControllerComponent | rgb |