Class EntityStorageVisualsComponent
Inheritance
System.Object
EntityStorageVisualsComponent
Namespace: Content.Client.Storage.Visualizers
Assembly: Content.Client.dll
Syntax
public sealed class EntityStorageVisualsComponent : Component
Fields
| Improve this Doc View SourceStateBaseClosed
The RSI state used for the base layer of the storage entity sprite while the storage is closed.
Declaration
public string? StateBaseClosed
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
StateBaseOpen
The RSI state used for the base layer of the storage entity sprite while the storage is open.
Declaration
public string? StateBaseOpen
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
StateDoorClosed
The RSI state used for the door/lid while the storage is closed.
Declaration
public string? StateDoorClosed
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
StateDoorOpen
The RSI state used for the door/lid while the storage is open.
Declaration
public string? StateDoorOpen
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
StateLocked
The RSI state used for the lock indicator while the storage is locked.
Declaration
public string? StateLocked
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
StateUnlocked
The RSI state used for the lock indicator while the storage is unlocked.
Declaration
public string? StateUnlocked
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |