C# Class GameplayDemo, Feiko-Unity-OLD

Inheritance: MonoBehaviour
Afficher le fichier Open project: cortexarts/Feiko-Unity-OLD

Méthodes publiques

Свойство Type Description
animator Animator
leftButton Button
levels Level[],
rightButton Button
showInterstitialAds bool
startButton Button
unlockAll bool

Méthodes publiques

Méthode Description
Continue ( ) : void
EndGameplay ( ) : void
GoToNextStage ( ) : void
GoToPrevStage ( ) : void
GoToStage ( Stage, stage ) : void
Start ( ) : void
StartGameplay ( ) : void
UnlockAllLevels ( bool isUnlocked = true ) : void
UnlockLevel ( int i, bool isUnlocked = true ) : void

Private Methods

Méthode Description
DoContinue ( ) : void
RefreshButtonStates ( ) : void
RefreshLevelUnlockStates ( ) : void

Method Details

Continue() public méthode

public Continue ( ) : void
Résultat void

EndGameplay() public méthode

public EndGameplay ( ) : void
Résultat void

GoToNextStage() public méthode

public GoToNextStage ( ) : void
Résultat void

GoToPrevStage() public méthode

public GoToPrevStage ( ) : void
Résultat void

GoToStage() public méthode

public GoToStage ( Stage, stage ) : void
stage Stage,
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

StartGameplay() public méthode

public StartGameplay ( ) : void
Résultat void

UnlockAllLevels() public méthode

public UnlockAllLevels ( bool isUnlocked = true ) : void
isUnlocked bool
Résultat void

UnlockLevel() public méthode

public UnlockLevel ( int i, bool isUnlocked = true ) : void
i int
isUnlocked bool
Résultat void

Property Details

animator public_oe property

public Animator animator
Résultat Animator

leftButton public_oe property

public Button leftButton
Résultat Button

levels public_oe property

public Level[], levels
Résultat Level[],

rightButton public_oe property

public Button rightButton
Résultat Button

showInterstitialAds public_oe property

public bool showInterstitialAds
Résultat bool

startButton public_oe property

public Button startButton
Résultat Button

unlockAll public_oe property

public bool unlockAll
Résultat bool