visualizes a listed inventory in a ui document
https://adventure.softleitner.com/manual/item
|
| enum | SortingMode { None
, Name
, Category
, Slot
} |
| |
|
|
void | Use () |
| |
|
void | Equip () |
| |
|
void | Equip (int index) |
| |
|
void | Unequip () |
| |
|
|
ListedInventory | Inventory |
| |
|
SortingMode | Sorting |
| |
|
ItemCategory | FilterCategory |
| |
|
ItemSlotCategory | FilterSlot |
| |
|
UIDocument | Document |
| |
|
VisualTreeAsset | Prefab |
| |
|
bool | DisableUse |
| |
|
bool | DisableEquip |
| |
|
string | RootName |
| |
|
string | ListName |
| |
|
string | UseButtonName |
| |
|
string | EquipButtonName |
| |
|
string | UnequipButtonName |
| |
|
string | ItemQuantityName |
| |
|
string | ItemEquippedSlotName |
| |
|
string | ItemImageName |
| |
|
string | ItemNameName |
| |
|
string | ItemDescriptionName |
| |
|
string | ItemCategoryName |
| |
|
string | ItemSlotName |
| |
|
UnityEvent< InventoryItem > | SelectionChanged |
| |