C# Class PlayerScore1Manager, Ninja_Dudes

Inheritance: MonoBehaviour
Afficher le fichier Open project: GDCASU/Ninja_Dudes

Méthodes publiques

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

Méthodes publiques

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

Method Details

AddPoints() public méthode

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

Reset() public méthode

public Reset ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

score public_oe property

public int score
Résultat int