Свойство | Type | Description | |
---|---|---|---|
BallPrefab | GameObject |
Méthode | Description | |
---|---|---|
AddScore ( int score, string scoreName, Vector3 position ) : void | ||
GameOver ( Vector3 position ) : void | ||
OnGUI ( ) : void | ||
Start ( ) : void |
Méthode | Description | |
---|---|---|
HighScoreWindow ( int windowID ) : void |
public static AddScore ( int score, string scoreName, Vector3 position ) : void | ||
score | int | |
scoreName | string | |
position | Vector3 | |
Résultat | void |
public static GameOver ( Vector3 position ) : void | ||
position | Vector3 | |
Résultat | void |