Show / Hide Table of Contents

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 Source

AnimationKey

The id of the animation played when the vapor spawns in.

Declaration
public const string AnimationKey = null
Field Value
Type Description
System.String
| Improve this Doc View Source

AnimationState

The RSI state that is flicked when the vapor is sprayed.

Declaration
public string AnimationState
Field Value
Type Description
System.String
| Improve this Doc View Source

AnimationTime

The amount of time over which the spray animation is played.

Declaration
public float AnimationTime
Field Value
Type Description
System.Single
| Improve this Doc View Source

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