C# Class PlayerInventoryMaterials, gamejam14

Inheritance: MonoBehaviour
Afficher le fichier Open project: TeamLativa/gamejam14 Class Usage Examples

Méthodes publiques

Свойство Type Description
TexteRoche GUIText

Méthodes publiques

Méthode Description
AddItem ( GameObject item ) : void
Start ( ) : void
Update ( ) : void
setBois ( int bois ) : void
setLiane ( int liane ) : void
setMetal ( int metal ) : void
setOs ( int os ) : void
setPlume ( int plume ) : void
setRoche ( int roche ) : void

Method Details

AddItem() public méthode

public AddItem ( GameObject item ) : void
item GameObject
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

setBois() public méthode

public setBois ( int bois ) : void
bois int
Résultat void

setLiane() public méthode

public setLiane ( int liane ) : void
liane int
Résultat void

setMetal() public méthode

public setMetal ( int metal ) : void
metal int
Résultat void

setOs() public méthode

public setOs ( int os ) : void
os int
Résultat void

setPlume() public méthode

public setPlume ( int plume ) : void
plume int
Résultat void

setRoche() public méthode

public setRoche ( int roche ) : void
roche int
Résultat void

Property Details

TexteRoche public_oe property

public GUIText TexteRoche
Résultat GUIText