Show / Hide Table of Contents

Class SharedRgbLightControllerSystem

Inheritance
System.Object
SharedRgbLightControllerSystem
RgbLightControllerSystem
RgbLightControllerSystem
Namespace: Content.Shared.Light
Assembly: Content.Shared.dll
Syntax
public abstract class SharedRgbLightControllerSystem : EntitySystem

Methods

| Improve this Doc View Source

Initialize()

Declaration
public override void Initialize()
| Improve this Doc View Source

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
| Improve this Doc View Source

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
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾