C# Class EndLevelScreen, Team4BabelGame

Inheritance: MonoBehaviour
Show file Open project: veselin-/Team4BabelGame

Public Properties

Property Type Description
AllOrbsText Text
FoundOrbsText Text
LevelCompleteText Text
NextLevel string
blackness GameObject
shopBut Text

Public Methods

Method Description
Awake ( ) : void
MainMenuBtn ( ) : void
NextLevelBtn ( ) : void
OnEnable ( ) : void
ShowEndLevelScreen ( ) : void
ShowShop ( ) : void
Start ( ) : void
Update ( ) : void
UpdateOrbsUI ( ) : void

Private Methods

Method Description
AnimateOrbs ( ) : IEnumerator
GetLevelNumber ( ) : string
waitForAnim ( ) : IEnumerator
waitForAnim2 ( ) : IEnumerator

Method Details

Awake() public method

public Awake ( ) : void
return void

MainMenuBtn() public method

public MainMenuBtn ( ) : void
return void

NextLevelBtn() public method

public NextLevelBtn ( ) : void
return void

OnEnable() public method

public OnEnable ( ) : void
return void

ShowEndLevelScreen() public method

public ShowEndLevelScreen ( ) : void
return void

ShowShop() public method

public ShowShop ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

UpdateOrbsUI() public method

public UpdateOrbsUI ( ) : void
return void

Property Details

AllOrbsText public property

public Text AllOrbsText
return Text

FoundOrbsText public property

public Text FoundOrbsText
return Text

LevelCompleteText public property

public Text LevelCompleteText
return Text

NextLevel public property

public string NextLevel
return string

blackness public property

public GameObject blackness
return GameObject

shopBut public property

public Text shopBut
return Text