C# Class BB.LevelSelectController

Inheritance: UnityEngine.MonoBehaviour
Datei anzeigen Open project: SNUGDC/snugdc-study-bouncy_ball Class Usage Examples

Public Properties

Property Type Description
TransitionData_ TransitionData

Public Methods

Method Description
OnDifficultySelected ( Difficulty difficulty ) : void
OnEscapeKeyDown ( ) : void
OnLevelSelected ( LevelButton button ) : void
SetWorld ( WorldType type ) : void

Private Methods

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

Method Details

OnDifficultySelected() public method

public OnDifficultySelected ( Difficulty difficulty ) : void
difficulty Difficulty
return void

OnEscapeKeyDown() public method

public OnEscapeKeyDown ( ) : void
return void

OnLevelSelected() public method

public OnLevelSelected ( LevelButton button ) : void
button LevelButton
return void

SetWorld() public method

public SetWorld ( WorldType type ) : void
type WorldType
return void

Property Details

TransitionData_ public_oe static_oe property

public static TransitionData TransitionData_
return TransitionData