Property | Type | Description | |
---|---|---|---|
currentScore | Text | ||
enemyCounter | int | ||
pointsCounter | int |
Method | Description | |
---|---|---|
Awake ( ) : void | ||
GetEnemies ( ) : int | ||
GetScore ( ) : int | ||
IncrementScore ( int points ) : void | ||
SetCountText ( int value, Text gText ) : void | ||
Start ( ) : void |
public SetCountText ( int value, Text gText ) : void | ||
value | int | |
gText | Text | |
return | void |