Show / Hide Table of Contents

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 Source

StateBaseClosed

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

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

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

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

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

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