C# 클래스 GameplayDemo, Feiko-Unity-OLD

상속: MonoBehaviour
파일 보기 프로젝트 열기: cortexarts/Feiko-Unity-OLD

공개 프로퍼티들

프로퍼티 타입 설명
animator Animator
leftButton Button
levels Level[],
rightButton Button
showInterstitialAds bool
startButton Button
unlockAll bool

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
DoContinue ( ) : void
RefreshButtonStates ( ) : void
RefreshLevelUnlockStates ( ) : void

메소드 상세

Continue() 공개 메소드

public Continue ( ) : void
리턴 void

EndGameplay() 공개 메소드

public EndGameplay ( ) : void
리턴 void

GoToNextStage() 공개 메소드

public GoToNextStage ( ) : void
리턴 void

GoToPrevStage() 공개 메소드

public GoToPrevStage ( ) : void
리턴 void

GoToStage() 공개 메소드

public GoToStage ( Stage, stage ) : void
stage Stage,
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

StartGameplay() 공개 메소드

public StartGameplay ( ) : void
리턴 void

UnlockAllLevels() 공개 메소드

public UnlockAllLevels ( bool isUnlocked = true ) : void
isUnlocked bool
리턴 void

UnlockLevel() 공개 메소드

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

프로퍼티 상세

animator 공개적으로 프로퍼티

public Animator animator
리턴 Animator

leftButton 공개적으로 프로퍼티

public Button leftButton
리턴 Button

levels 공개적으로 프로퍼티

public Level[], levels
리턴 Level[],

rightButton 공개적으로 프로퍼티

public Button rightButton
리턴 Button

showInterstitialAds 공개적으로 프로퍼티

public bool showInterstitialAds
리턴 bool

startButton 공개적으로 프로퍼티

public Button startButton
리턴 Button

unlockAll 공개적으로 프로퍼티

public bool unlockAll
리턴 bool