C# Class BagView, InventorySystem

Inheritance: UIPanel
Exibir arquivo Open project: duzixi/InventorySystem Class Usage Examples

Public Properties

Property Type Description
col int
grid GameObject
row int

Public Methods

Method Description
ShowItems ( ) : void

Private Methods

Method Description
Awake ( ) : void
ShowItem ( Transform itemGrid, int id ) : void
Start ( ) : void

Method Details

ShowItems() public method

public ShowItems ( ) : void
return void

Property Details

col public_oe static_oe property

public static int col
return int

grid public_oe property

public GameObject grid
return GameObject

row public_oe static_oe property

public static int row
return int