Class FloatingVisualsComponent
Inheritance
System.Object
FloatingVisualsComponent
Namespace: Content.Shared.Gravity
Assembly: Content.Shared.dll
Syntax
public sealed class FloatingVisualsComponent : Component
Fields
| Improve this Doc View SourceFloatingVisualsComponent
How far it goes in any direction.
Declaration
public Vector2
Field Value
Type | Description |
---|---|
Vector2 |
AnimationKey
Declaration
public readonly string AnimationKey
Field Value
Type | Description |
---|---|
System.String |
AnimationTime
How long it takes to go from the bottom of the animation to the top.
Declaration
public float AnimationTime
Field Value
Type | Description |
---|---|
System.Single |
CanFloat
Declaration
public bool CanFloat
Field Value
Type | Description |
---|---|
System.Boolean |
Offset
How far it goes in any direction.
Declaration
public Vector2 Offset
Field Value
Type | Description |
---|---|
Vector2 |