Property | Type | Description | |
---|---|---|---|
animator | Animator | ||
leftButton | Button | ||
levels | Level[], | ||
rightButton | Button | ||
showInterstitialAds | bool | ||
startButton | Button | ||
unlockAll | bool |
Method | 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 |
Method | Description | |
---|---|---|
DoContinue ( ) : void | ||
RefreshButtonStates ( ) : void | ||
RefreshLevelUnlockStates ( ) : void |
public UnlockAllLevels ( bool isUnlocked = true ) : void | ||
isUnlocked | bool | |
return | void |
public UnlockLevel ( int i, bool isUnlocked = true ) : void | ||
i | int | |
isUnlocked | bool | |
return | void |