Class VaporVisualsComponent
A component that plays an animation when it is sprayed.
Inheritance
System.Object
VaporVisualsComponent
Namespace: Content.Client.Chemistry.Visualizers
Assembly: Content.Client.dll
Syntax
public sealed class VaporVisualsComponent : Component
Fields
| Improve this Doc View SourceAnimationKey
The id of the animation played when the vapor spawns in.
Declaration
public const string AnimationKey = null
Field Value
Type | Description |
---|---|
System.String |
AnimationState
The RSI state that is flicked when the vapor is sprayed.
Declaration
public string AnimationState
Field Value
Type | Description |
---|---|
System.String |
AnimationTime
The amount of time over which the spray animation is played.
Declaration
public float AnimationTime
Field Value
Type | Description |
---|---|
System.Single |
VaporFlick
The animation that plays when the vapor is sprayed. Generated in Content.Client.Chemistry.Visualizers.VaporVisualizerSystem.OnComponentInit(EntityUid,Content.Client.Chemistry.Visualizers.VaporVisualsComponent,ComponentInit)
Declaration
public Animation VaporFlick
Field Value
Type | Description |
---|---|
Robust.Client.Animations.Animation |