C# Class GA_ExampleHighScore, TheUnseen

Inheritance: MonoBehaviour
Afficher le fichier Open project: henryj41043/TheUnseen Class Usage Examples

Méthodes publiques

Свойство Type Description
BallPrefab GameObject

Méthodes publiques

Méthode Description
AddScore ( int score, string scoreName, Vector3 position ) : void
GameOver ( Vector3 position ) : void
OnGUI ( ) : void
Start ( ) : void

Private Methods

Méthode Description
HighScoreWindow ( int windowID ) : void

Method Details

AddScore() public static méthode

public static AddScore ( int score, string scoreName, Vector3 position ) : void
score int
scoreName string
position Vector3
Résultat void

GameOver() public static méthode

public static GameOver ( Vector3 position ) : void
position Vector3
Résultat void

OnGUI() public méthode

public OnGUI ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Property Details

BallPrefab public_oe property

public GameObject BallPrefab
Résultat GameObject