C# Class PointsDisplay, Cinder

Inheritance: MonoBehaviour
Afficher le fichier Open project: terrypaton1/Cinder Class Usage Examples

Méthodes publiques

Méthode Description
Hide ( ) : void
Show ( ) : void
UpdatePointsDisplay ( int value ) : void

Méthodes protégées

Méthode Description
OnEnable ( ) : void

Method Details

Hide() public méthode

public Hide ( ) : void
Résultat void

OnEnable() protected méthode

protected OnEnable ( ) : void
Résultat void

Show() public méthode

public Show ( ) : void
Résultat void

UpdatePointsDisplay() public méthode

public UpdatePointsDisplay ( int value ) : void
value int
Résultat void