Class RotatingLightSystem
Namespace: Content.Client.Light.Systems
Assembly: Content.Client.dll
Syntax
public sealed class RotatingLightSystem : SharedRotatingLightSystem
Methods
| Improve this Doc View SourceInitialize()
Declaration
public override void Initialize()
PlayAnimation(EntityUid, RotatingLightComponent, AnimationPlayerComponent)
Play the light rotation animation.
Declaration
public void PlayAnimation(EntityUid uid, RotatingLightComponent comp = null, AnimationPlayerComponent player = null)
Parameters
Type | Name | Description |
---|---|---|
Robust.Shared.GameObjects.EntityUid | uid | |
RotatingLightComponent | comp | |
Robust.Client.GameObjects.AnimationPlayerComponent | player |