Class RotatingLightComponent
Animates a point light's rotation while enabled. All animation is done in the client system.
Inheritance
System.Object
RotatingLightComponent
Namespace: Content.Shared.Light.Components
Assembly: Content.Shared.dll
Syntax
public sealed class RotatingLightComponent : Component
Fields
| Improve this Doc View SourceEnabled
Declaration
public bool Enabled
Field Value
Type | Description |
---|---|
System.Boolean |
Speed
Speed to rotate at, in degrees per second
Declaration
public float Speed
Field Value
Type | Description |
---|---|
System.Single |