C# 클래스 BB.LevelSelectController

상속: UnityEngine.MonoBehaviour
파일 보기 프로젝트 열기: SNUGDC/snugdc-study-bouncy_ball 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
TransitionData_ TransitionData

공개 메소드들

메소드 설명
OnDifficultySelected ( Difficulty difficulty ) : void
OnEscapeKeyDown ( ) : void
OnLevelSelected ( LevelButton button ) : void
SetWorld ( WorldType type ) : void

비공개 메소드들

메소드 설명
InitLevelButton ( LevelButton button, Level level ) : void
Locate ( int i ) : Vector2
SpawnLevels ( ) : void
Start ( ) : void
Update ( ) : void

메소드 상세

OnDifficultySelected() 공개 메소드

public OnDifficultySelected ( Difficulty difficulty ) : void
difficulty Difficulty
리턴 void

OnEscapeKeyDown() 공개 메소드

public OnEscapeKeyDown ( ) : void
리턴 void

OnLevelSelected() 공개 메소드

public OnLevelSelected ( LevelButton button ) : void
button LevelButton
리턴 void

SetWorld() 공개 메소드

public SetWorld ( WorldType type ) : void
type WorldType
리턴 void

프로퍼티 상세

TransitionData_ 공개적으로 정적으로 프로퍼티

public static TransitionData TransitionData_
리턴 TransitionData