Свойство | Type | Description | |
---|---|---|---|
currentScore | Text | ||
enemyCounter | int | ||
pointsCounter | int |
Méthode | Description | |
---|---|---|
Awake ( ) : void | ||
GetEnemies ( ) : int | ||
GetScore ( ) : int | ||
IncrementScore ( int points ) : void | ||
SetCountText ( int value, Text gText ) : void | ||
Start ( ) : void |
public IncrementScore ( int points ) : void | ||
points | int | |
Résultat | void |
public SetCountText ( int value, Text gText ) : void | ||
value | int | |
gText | Text | |
Résultat | void |