Class RgbLightControllerSystem
Inheritance
System.Object
RgbLightControllerSystem
Assembly: Content.Client.dll
Syntax
public sealed class RgbLightControllerSystem : SharedRgbLightControllerSystem
Methods
|
Improve this Doc
View Source
FrameUpdate(Single)
Declaration
public override void FrameUpdate(float frameTime)
Parameters
Type |
Name |
Description |
System.Single |
frameTime |
|
|
Improve this Doc
View Source
GetCurrentRgbColor(TimeSpan, TimeSpan, RgbLightControllerComponent)
Declaration
public static Color GetCurrentRgbColor(TimeSpan curTime, TimeSpan offset, RgbLightControllerComponent rgb)
Parameters
Returns
|
Improve this Doc
View Source
Initialize()
Declaration
public override void Initialize()
Overrides