C# Class ScoreManager, Joyful

Inheritance: MonoBehaviour
Afficher le fichier Open project: GDCASU/Joyful Class Usage Examples

Méthodes publiques

Свойство Type Description
score int

Méthodes publiques

Méthode Description
AddPoints ( int pointsToAdd ) : void
Reset ( ) : void

Private Methods

Méthode Description
Start ( ) : void
Update ( ) : void

Method Details

AddPoints() public static méthode

public static AddPoints ( int pointsToAdd ) : void
pointsToAdd int
Résultat void

Reset() public static méthode

public static Reset ( ) : void
Résultat void

Property Details

score public_oe static_oe property

public static int score
Résultat int