C# Class UI_Inventory, Unity-Game

Inheritance: MonoBehaviour
Show file Open project: PeasB/Unity-Game Class Usage Examples

Public Properties

Property Type Description
CanCraft bool
Crafting GameObject
Inventory GameObject
SelectedCraftingItem_ID int
SelectedInventoryItem_ID int

Private Methods

Method Description
Start ( ) : void
Update ( ) : void

Property Details

CanCraft public static property

public static bool CanCraft
return bool

Crafting public property

public GameObject Crafting
return GameObject

Inventory public property

public GameObject Inventory
return GameObject

SelectedCraftingItem_ID public static property

public static int SelectedCraftingItem_ID
return int

SelectedInventoryItem_ID public static property

public static int SelectedInventoryItem_ID
return int