C# Class BagView, InventorySystem

Inheritance: UIPanel
Afficher le fichier Open project: duzixi/InventorySystem Class Usage Examples

Méthodes publiques

Свойство Type Description
col int
grid GameObject
row int

Méthodes publiques

Méthode Description
ShowItems ( ) : void

Private Methods

Méthode Description
Awake ( ) : void
ShowItem ( Transform itemGrid, int id ) : void
Start ( ) : void

Method Details

ShowItems() public méthode

public ShowItems ( ) : void
Résultat void

Property Details

col public_oe static_oe property

public static int col
Résultat int

grid public_oe property

public GameObject grid
Résultat GameObject

row public_oe static_oe property

public static int row
Résultat int