C# Class StageBuilderController, TapBand

Inheritance: MonoBehaviour
Afficher le fichier Open project: minimalgeek/TapBand

Méthodes publiques

Свойство Type Description
fullStage GameObject
stagePrefabs GameObject[]

Méthodes publiques

Méthode Description
Awake ( ) : void
OnDisable ( ) : void
OnEnable ( ) : void
Start ( ) : void
Update ( ) : void

Private Methods

Méthode Description
ChangeStagePrefab ( ConcertData, data ) : void
CreateStage ( GameObject tempStagePrefab ) : void

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

OnDisable() public méthode

public OnDisable ( ) : void
Résultat void

OnEnable() public méthode

public OnEnable ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

fullStage public_oe property

public GameObject fullStage
Résultat GameObject

stagePrefabs public_oe property

public GameObject[] stagePrefabs
Résultat GameObject[]