C# Class StartGame, codevember2015

Inheritance: MonoBehaviour
Datei anzeigen Open project: p-schulz/codevember2015 Class Usage Examples

Public Properties

Property Type Description
band GameObject
canvas_extra_btns GameObject
game_manager GameObject
menu GameObject
score GameObject
strtBtn Button

Public Methods

Method Description
Run ( bool active ) : void
Start ( ) : void

Private Methods

Method Description
WaitForAnimation ( ) : IEnumerator

Method Details

Run() public method

public Run ( bool active ) : void
active bool
return void

Start() public method

public Start ( ) : void
return void

Property Details

band public_oe property

public GameObject band
return GameObject

canvas_extra_btns public_oe property

public GameObject canvas_extra_btns
return GameObject

game_manager public_oe property

public GameObject game_manager
return GameObject

menu public_oe property

public GameObject menu
return GameObject

score public_oe property

public GameObject score
return GameObject

strtBtn public_oe property

public Button strtBtn
return Button