C# 클래스 Gameflow, ES2014B

상속: MonoBehaviour
파일 보기 프로젝트 열기: eloipuertas/ES2014B 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
maxEnemies int
trigger_door GameObject
trollSpawner Transform

공개 메소드들

메소드 설명
GetDifficulty ( ) : int
IsDifficulty ( int mode ) : bool
SetDifficulty ( int mode ) : void
getPhase ( ) : int

비공개 메소드들

메소드 설명
Awake ( ) : void
Start ( ) : void
Update ( ) : void
open_door ( ) : void
phase_control ( ) : void
show_win_message ( ) : void
spawnSpiders ( ) : void

메소드 상세

GetDifficulty() 공개 정적인 메소드

public static GetDifficulty ( ) : int
리턴 int

IsDifficulty() 공개 정적인 메소드

public static IsDifficulty ( int mode ) : bool
mode int
리턴 bool

SetDifficulty() 공개 정적인 메소드

public static SetDifficulty ( int mode ) : void
mode int
리턴 void

getPhase() 공개 정적인 메소드

public static getPhase ( ) : int
리턴 int

프로퍼티 상세

maxEnemies 공개적으로 프로퍼티

public int maxEnemies
리턴 int

trigger_door 공개적으로 프로퍼티

public GameObject trigger_door
리턴 GameObject

trollSpawner 공개적으로 프로퍼티

public Transform trollSpawner
리턴 Transform