C# Class MainGame, otterspace

Inheritance: MonoBehaviour
Afficher le fichier Open project: dimo2/otterspace Class Usage Examples

Méthodes publiques

Свойство Type Description
GamePrefab GameObject
isHighscore bool
menuScreen GameObject
score float
scoreScreen GameObject

Méthodes publiques

Méthode Description
EndGame ( float newScore ) : void
OnGUI ( ) : void
Start ( ) : void
StartGame ( ) : void

Private Methods

Méthode Description
Highscore ( float newScore ) : void

Method Details

EndGame() public méthode

public EndGame ( float newScore ) : void
newScore float
Résultat void

OnGUI() public méthode

public OnGUI ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

StartGame() public méthode

public StartGame ( ) : void
Résultat void

Property Details

GamePrefab public_oe property

public GameObject GamePrefab
Résultat GameObject

isHighscore public_oe property

public bool isHighscore
Résultat bool

menuScreen public_oe property

public GameObject menuScreen
Résultat GameObject

score public_oe property

public float score
Résultat float

scoreScreen public_oe property

public GameObject scoreScreen
Résultat GameObject