Show / Hide Table of Contents

Class SharedGravityGeneratorComponent

Inheritance
System.Object
SharedGravityGeneratorComponent
GravityGeneratorComponent
Namespace: Content.Shared.Gravity
Assembly: Content.Shared.dll
Syntax
public class SharedGravityGeneratorComponent : Component

Fields

| Improve this Doc View Source

CoreActivatedState

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
| Improve this Doc View Source

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
| Improve this Doc View Source

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
| Improve this Doc View Source

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
| Improve this Doc View Source

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