C# Class CPlayerInfoSlot, freegostop

Inheritance: MonoBehaviour
Afficher le fichier Open project: sunduk/freegostop

Méthodes publiques

Méthode Description
update_go ( short go ) : void
update_peecount ( byte count ) : void
update_ppuk ( short ppuk ) : void
update_score ( short score ) : void
update_shake ( short shake ) : void

Private Methods

Méthode Description
Awake ( ) : void

Method Details

update_go() public méthode

public update_go ( short go ) : void
go short
Résultat void

update_peecount() public méthode

public update_peecount ( byte count ) : void
count byte
Résultat void

update_ppuk() public méthode

public update_ppuk ( short ppuk ) : void
ppuk short
Résultat void

update_score() public méthode

public update_score ( short score ) : void
score short
Résultat void

update_shake() public méthode

public update_shake ( short shake ) : void
shake short
Résultat void