C# Class GuiInventory, playable_alpha2

Inheritance: MonoBehaviour
Afficher le fichier Open project: kvakvs/playable_alpha2 Class Usage Examples

Méthodes publiques

Свойство Type Description
inventoryStackLabel GameObject

Méthodes publiques

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

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

UpdateCount() public méthode

public UpdateCount ( Transform tr, Item, item ) : void
tr Transform
item Item,
Résultat void

UpdateGuiElements() public méthode

public UpdateGuiElements ( Inventory, inv ) : void
inv Inventory,
Résultat void

Property Details

inventoryStackLabel public_oe property

public GameObject inventoryStackLabel
Résultat GameObject