Show / Hide Table of Contents

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 Source

SlotData

Declaration
public readonly Dictionary<string, ClientInventorySystem.SlotData> SlotData
Field Value
Type Description
Dictionary<System.String, ClientInventorySystem.SlotData>
| Improve this Doc View Source

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