C# Class GuiInventory, playable_alpha2

Inheritance: MonoBehaviour
Mostra file Open project: kvakvs/playable_alpha2 Class Usage Examples

Public Properties

Property Type Description
inventoryStackLabel GameObject

Public Methods

Method Description
Start ( ) : void
Update ( ) : void
UpdateCount ( Transform tr, Item, item ) : void
UpdateGuiElements ( Inventory, inv ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

UpdateCount() public method

public UpdateCount ( Transform tr, Item, item ) : void
tr Transform
item Item,
return void

UpdateGuiElements() public method

public UpdateGuiElements ( Inventory, inv ) : void
inv Inventory,
return void

Property Details

inventoryStackLabel public_oe property

public GameObject inventoryStackLabel
return GameObject