Class FoamVisualizerSystem
The system responsible for ensuring FoamVisualsComponent plays the animation it's meant to when the foam dissolves.
Inheritance
System.Object
Robust.Shared.GameObjects.EntitySystem
Robust.Client.GameObjects.VisualizerSystem<FoamVisualsComponent>
FoamVisualizerSystem
Implements
Robust.Shared.GameObjects.IEntitySystem
Robust.Shared.GameObjects.IEntityEventSubscriber
Robust.Shared.IoC.IPostInjectInit
Namespace: Content.Client.Chemistry.Visualizers
Assembly: Content.Client.dll
Syntax
public sealed class FoamVisualizerSystem : VisualizerSystem<FoamVisualsComponent>, IEntitySystem, IEntityEventSubscriber, IPostInjectInit
Methods
| Improve this Doc View SourceInitialize()
Declaration
public override void Initialize()
Overrides
Robust.Client.GameObjects.VisualizerSystem<Content.Client.Chemistry.Visualizers.FoamVisualsComponent>.Initialize()
|
Improve this Doc
View Source
Update(Single)
Declaration
public override void Update(float frameTime)
Parameters
Type | Name | Description |
---|---|---|
System.Single | frameTime |
Overrides
Robust.Shared.GameObjects.EntitySystem.Update(System.Single)
Implements
Robust.Shared.GameObjects.IEntitySystem
Robust.Shared.GameObjects.IEntityEventSubscriber
Robust.Shared.IoC.IPostInjectInit