C# Class EndLevelScreen, Team4BabelGame

Inheritance: MonoBehaviour
Afficher le fichier Open project: veselin-/Team4BabelGame

Méthodes publiques

Свойство Type Description
AllOrbsText Text
FoundOrbsText Text
LevelCompleteText Text
NextLevel string
blackness GameObject
shopBut Text

Méthodes publiques

Méthode Description
Awake ( ) : void
MainMenuBtn ( ) : void
NextLevelBtn ( ) : void
OnEnable ( ) : void
ShowEndLevelScreen ( ) : void
ShowShop ( ) : void
Start ( ) : void
Update ( ) : void
UpdateOrbsUI ( ) : void

Private Methods

Méthode Description
AnimateOrbs ( ) : IEnumerator
GetLevelNumber ( ) : string
waitForAnim ( ) : IEnumerator
waitForAnim2 ( ) : IEnumerator

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

MainMenuBtn() public méthode

public MainMenuBtn ( ) : void
Résultat void

NextLevelBtn() public méthode

public NextLevelBtn ( ) : void
Résultat void

OnEnable() public méthode

public OnEnable ( ) : void
Résultat void

ShowEndLevelScreen() public méthode

public ShowEndLevelScreen ( ) : void
Résultat void

ShowShop() public méthode

public ShowShop ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

UpdateOrbsUI() public méthode

public UpdateOrbsUI ( ) : void
Résultat void

Property Details

AllOrbsText public_oe property

public Text AllOrbsText
Résultat Text

FoundOrbsText public_oe property

public Text FoundOrbsText
Résultat Text

LevelCompleteText public_oe property

public Text LevelCompleteText
Résultat Text

NextLevel public_oe property

public string NextLevel
Résultat string

blackness public_oe property

public GameObject blackness
Résultat GameObject

shopBut public_oe property

public Text shopBut
Résultat Text