Show / Hide Table of Contents

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 Source

Initialize()

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