C# 클래스 SafeAndFree.WaveManager

파일 보기 프로젝트 열기: mokasocial/PrivacyDefense 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
creepsLeft int
waves int[][][]

공개 메소드들

메소드 설명
InfiniteUpdate ( bool canStartNewWave ) : bool
SetWaves ( int newWaves ) : void
Update ( bool canStartNewWave ) : bool
WaveManager ( ) : System

메소드 상세

InfiniteUpdate() 공개 메소드

public InfiniteUpdate ( bool canStartNewWave ) : bool
canStartNewWave bool
리턴 bool

SetWaves() 공개 메소드

public SetWaves ( int newWaves ) : void
newWaves int
리턴 void

Update() 공개 메소드

public Update ( bool canStartNewWave ) : bool
canStartNewWave bool
리턴 bool

WaveManager() 공개 메소드

public WaveManager ( ) : System
리턴 System

프로퍼티 상세

creepsLeft 공개적으로 프로퍼티

public int creepsLeft
리턴 int

waves 공개적으로 프로퍼티

public int[][][] waves
리턴 int[][][]