C# Class BB.LevelController

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

Public Properties

Property Type Description
LevelDef LevelDef?

Public Methods

Method Description
Load ( LevelDef def ) : void

Private Methods

Method Description
Lose ( ) : void
OnDestroy ( ) : void
OnEscapeKeyDown ( ) : void
OnGetStar ( Star star ) : void
Start ( ) : void
UnregisterGetStar ( ) : void
Update ( ) : void
Win ( ) : void

Method Details

Load() public method

public Load ( LevelDef def ) : void
def LevelDef
return void

Property Details

LevelDef public_oe static_oe property

public static LevelDef? LevelDef
return LevelDef?