C# 클래스 GameObjectFactory, unity-game-kappakiwi

파일 보기 프로젝트 열기: clee842/unity-game-kappakiwi 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
currentPlatform GameObject
newEnemy GameObject
newItem GameObject
newObstacle GameObject
newPlatform GameObject
rng RNGStateGenerator

공개 메소드들

메소드 설명
generateLevelStart ( ) : void
generateTick ( ) : void

보호된 메소드들

메소드 설명
generateOneTickEnemies ( float y, bool firstTick ) : void
generateOneTickItems ( float y ) : void
generateOneTickPlatforms ( float y, bool firstTick ) : float

메소드 상세

generateLevelStart() 공개 메소드

public generateLevelStart ( ) : void
리턴 void

generateOneTickEnemies() 보호된 메소드

protected generateOneTickEnemies ( float y, bool firstTick ) : void
y float
firstTick bool
리턴 void

generateOneTickItems() 보호된 메소드

protected generateOneTickItems ( float y ) : void
y float
리턴 void

generateOneTickPlatforms() 보호된 메소드

protected generateOneTickPlatforms ( float y, bool firstTick ) : float
y float
firstTick bool
리턴 float

generateTick() 공개 메소드

public generateTick ( ) : void
리턴 void

프로퍼티 상세

currentPlatform 보호되어 있는 프로퍼티

protected GameObject currentPlatform
리턴 GameObject

newEnemy 보호되어 있는 프로퍼티

protected GameObject newEnemy
리턴 GameObject

newItem 보호되어 있는 프로퍼티

protected GameObject newItem
리턴 GameObject

newObstacle 보호되어 있는 프로퍼티

protected GameObject newObstacle
리턴 GameObject

newPlatform 보호되어 있는 프로퍼티

protected GameObject newPlatform
리턴 GameObject

rng 보호되어 있는 프로퍼티

protected RNGStateGenerator rng
리턴 RNGStateGenerator