3D Dungeon Crawler
Loading...
Searching...
No Matches
InventoryManager Class Reference
Inheritance diagram for InventoryManager:
ChestInventoryManager PlayerInventoryManager

Public Member Functions

bool AddItem (InventoryItemData item)
 
void RemoveFromStack ()
 
void fillInventorySlot (InventoryItemData item, InventorySlot slot)
 

Public Attributes

InventorySlot[] inventorySlots
 
GameObject inventoryItemPrefab
 

Static Public Attributes

static InventoryManager Instance
 

Member Function Documentation

◆ AddItem()

bool InventoryManager.AddItem ( InventoryItemData item)

◆ fillInventorySlot()

void InventoryManager.fillInventorySlot ( InventoryItemData item,
InventorySlot slot )

◆ RemoveFromStack()

void InventoryManager.RemoveFromStack ( )

Member Data Documentation

◆ Instance

InventoryManager InventoryManager.Instance
static

◆ inventoryItemPrefab

GameObject InventoryManager.inventoryItemPrefab

◆ inventorySlots

InventorySlot [] InventoryManager.inventorySlots

The documentation for this class was generated from the following file: