C# Class StageBuilderController, TapBand

Inheritance: MonoBehaviour
Mostra file Open project: minimalgeek/TapBand

Public Properties

Property Type Description
fullStage GameObject
stagePrefabs GameObject[]

Public Methods

Method Description
Awake ( ) : void
OnDisable ( ) : void
OnEnable ( ) : void
Start ( ) : void
Update ( ) : void

Private Methods

Method Description
ChangeStagePrefab ( ConcertData, data ) : void
CreateStage ( GameObject tempStagePrefab ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

OnDisable() public method

public OnDisable ( ) : void
return void

OnEnable() public method

public OnEnable ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

fullStage public_oe property

public GameObject fullStage
return GameObject

stagePrefabs public_oe property

public GameObject[] stagePrefabs
return GameObject[]