C# Class BagView, InventorySystem

Inheritance: UIPanel
Show file 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 static property

public static int col
return int

grid public property

public GameObject grid
return GameObject

row public static property

public static int row
return int