Class SharedGravityGeneratorComponent
Namespace: Content.Shared.Gravity
Assembly: Content.Shared.dll
Syntax
public class SharedGravityGeneratorComponent : Component
Fields
| Improve this Doc View SourceCoreActivatedState
The sprite used by the core of the gravity generator when the gravity generator is active.
Declaration
public string CoreActivatedState
Field Value
Type | Description |
---|---|
System.String |
CoreActivatingState
The sprite used by the core of the gravity generator when the gravity generator is activating.
Declaration
public string CoreActivatingState
Field Value
Type | Description |
---|---|
System.String |
CoreIdleState
The sprite used by the core of the gravity generator when the gravity generator is idle.
Declaration
public string CoreIdleState
Field Value
Type | Description |
---|---|
System.String |
CoreStartupState
The sprite used by the core of the gravity generator when the gravity generator is starting up.
Declaration
public string CoreStartupState
Field Value
Type | Description |
---|---|
System.String |
SpriteMap
A map of the sprites used by the gravity generator given its status.
Declaration
public Dictionary<GravityGeneratorStatus, string> SpriteMap
Field Value
Type | Description |
---|---|
Dictionary<GravityGeneratorStatus, System.String> |