C# Class com.kumakore.sample.InventoryBehav

Inheritance: SigninBehav
Afficher le fichier Open project: kumakore/kumakore-sdk

Méthodes publiques

Méthode Description
addItem ( string id, int quantity ) : void
getInventory ( ) : void
getProducts ( ) : void

Méthodes protégées

Méthode Description
OnGUI ( ) : void

Method Details

OnGUI() protected méthode

protected OnGUI ( ) : void
Résultat void

addItem() public méthode

public addItem ( string id, int quantity ) : void
id string
quantity int
Résultat void

getInventory() public méthode

public getInventory ( ) : void
Résultat void

getProducts() public méthode

public getProducts ( ) : void
Résultat void