Class InventorySlotsComponent
A character UI which shows items the user has equipped within his inventory
Inheritance
System.Object
InventorySlotsComponent
Namespace: Content.Client.Inventory
Assembly: Content.Client.dll
Syntax
public sealed class InventorySlotsComponent : Component
Fields
| Improve this Doc View SourceSlotData
Declaration
public readonly Dictionary<string, ClientInventorySystem.SlotData> SlotData
Field Value
Type | Description |
---|---|
Dictionary<System.String, ClientInventorySystem.SlotData> |
VisualLayerKeys
Data about the current layers that have been added to the players sprite due to the items in each equipment slot.
Declaration
public readonly Dictionary<string, HashSet<string>> VisualLayerKeys
Field Value
Type | Description |
---|---|
Dictionary<System.String, HashSet<System.String>> |