C# Class GameplayDemo, Feiko-Unity-OLD

Inheritance: MonoBehaviour
Show file Open project: cortexarts/Feiko-Unity-OLD

Public Properties

Property Type Description
animator Animator
leftButton Button
levels Level[],
rightButton Button
showInterstitialAds bool
startButton Button
unlockAll bool

Public Methods

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

Private Methods

Method Description
DoContinue ( ) : void
RefreshButtonStates ( ) : void
RefreshLevelUnlockStates ( ) : void

Method Details

Continue() public method

public Continue ( ) : void
return void

EndGameplay() public method

public EndGameplay ( ) : void
return void

GoToNextStage() public method

public GoToNextStage ( ) : void
return void

GoToPrevStage() public method

public GoToPrevStage ( ) : void
return void

GoToStage() public method

public GoToStage ( Stage, stage ) : void
stage Stage,
return void

Start() public method

public Start ( ) : void
return void

StartGameplay() public method

public StartGameplay ( ) : void
return void

UnlockAllLevels() public method

public UnlockAllLevels ( bool isUnlocked = true ) : void
isUnlocked bool
return void

UnlockLevel() public method

public UnlockLevel ( int i, bool isUnlocked = true ) : void
i int
isUnlocked bool
return void

Property Details

animator public property

public Animator animator
return Animator

leftButton public property

public Button leftButton
return Button

levels public property

public Level[], levels
return Level[],

rightButton public property

public Button rightButton
return Button

showInterstitialAds public property

public bool showInterstitialAds
return bool

startButton public property

public Button startButton
return Button

unlockAll public property

public bool unlockAll
return bool