C# Class LevelSelect, EdgeOfInfinity

Inheritance: Menu
ファイルを表示 Open project: BenBohannon/EdgeOfInfinity Class Usage Examples

Public Properties

Property Type Description
mainMenuObject GameObject
mainPanelText UnityEngine.UI.Text
worldFiveNames List
worldFourNames List
worldOneNames List
worldSevenNames List
worldSixNames List
worldThreeeNames List
worldTwoNames List

Public Methods

Method Description
Awake ( ) : void
OnEnable ( ) : void
StartLevel ( ) : void
backButtonClick ( ) : void
decrementLevel ( ) : void
incrementLevel ( ) : void
switchWorld ( int i ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

OnEnable() public method

public OnEnable ( ) : void
return void

StartLevel() public method

public StartLevel ( ) : void
return void

backButtonClick() public method

public backButtonClick ( ) : void
return void

decrementLevel() public method

public decrementLevel ( ) : void
return void

incrementLevel() public method

public incrementLevel ( ) : void
return void

switchWorld() public method

public switchWorld ( int i ) : void
i int
return void

Property Details

mainMenuObject public_oe property

public GameObject mainMenuObject
return GameObject

mainPanelText public_oe property

public UnityEngine.UI.Text mainPanelText
return UnityEngine.UI.Text

worldFiveNames public_oe property

public List worldFiveNames
return List

worldFourNames public_oe property

public List worldFourNames
return List

worldOneNames public_oe property

public List worldOneNames
return List

worldSevenNames public_oe property

public List worldSevenNames
return List

worldSixNames public_oe property

public List worldSixNames
return List

worldThreeeNames public_oe property

public List worldThreeeNames
return List

worldTwoNames public_oe property

public List worldTwoNames
return List