C# Class StartGame, codevember2015

Inheritance: MonoBehaviour
Afficher le fichier Open project: p-schulz/codevember2015 Class Usage Examples

Méthodes publiques

Свойство Type Description
band GameObject
canvas_extra_btns GameObject
game_manager GameObject
menu GameObject
score GameObject
strtBtn Button

Méthodes publiques

Méthode Description
Run ( bool active ) : void
Start ( ) : void

Private Methods

Méthode Description
WaitForAnimation ( ) : IEnumerator

Method Details

Run() public méthode

public Run ( bool active ) : void
active bool
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Property Details

band public_oe property

public GameObject band
Résultat GameObject

canvas_extra_btns public_oe property

public GameObject canvas_extra_btns
Résultat GameObject

game_manager public_oe property

public GameObject game_manager
Résultat GameObject

menu public_oe property

public GameObject menu
Résultat GameObject

score public_oe property

public GameObject score
Résultat GameObject

strtBtn public_oe property

public Button strtBtn
Résultat Button