C# 클래스 obstacleMovement, DADIU2015Team4MiniGame1

상속: MonoBehaviour
파일 보기 프로젝트 열기: veselin-/DADIU2015Team4MiniGame1

공개 프로퍼티들

프로퍼티 타입 설명
secondsAfterEachIncrease int
spawnInLanes bool
speed float

공개 메소드들

메소드 설명
StopSpawning ( ) : void

비공개 메소드들

메소드 설명
Respawn ( ) : void
Start ( ) : void
Update ( ) : void
differentWavesOfObstacles ( ) : void

메소드 상세

StopSpawning() 공개 메소드

public StopSpawning ( ) : void
리턴 void

프로퍼티 상세

secondsAfterEachIncrease 공개적으로 프로퍼티

public int secondsAfterEachIncrease
리턴 int

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

public static bool spawnInLanes
리턴 bool

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

public static float speed
리턴 float