C# Class BB.LevelSelectController

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: SNUGDC/snugdc-study-bouncy_ball Class Usage Examples

Méthodes publiques

Свойство Type Description
TransitionData_ TransitionData

Méthodes publiques

Méthode Description
OnDifficultySelected ( Difficulty difficulty ) : void
OnEscapeKeyDown ( ) : void
OnLevelSelected ( LevelButton button ) : void
SetWorld ( WorldType type ) : void

Private Methods

Méthode Description
InitLevelButton ( LevelButton button, Level level ) : void
Locate ( int i ) : Vector2
SpawnLevels ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

OnDifficultySelected() public méthode

public OnDifficultySelected ( Difficulty difficulty ) : void
difficulty Difficulty
Résultat void

OnEscapeKeyDown() public méthode

public OnEscapeKeyDown ( ) : void
Résultat void

OnLevelSelected() public méthode

public OnLevelSelected ( LevelButton button ) : void
button LevelButton
Résultat void

SetWorld() public méthode

public SetWorld ( WorldType type ) : void
type WorldType
Résultat void

Property Details

TransitionData_ public_oe static_oe property

public static TransitionData TransitionData_
Résultat TransitionData