C# 클래스 Game_controller, Space-Rush2

상속: MonoBehaviour
파일 보기 프로젝트 열기: M4R774/Space-Rush2 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
hazardCount int
hazards GameObject[]
kesto float
spawnValues Vector3
spawnWait float
startWait float
waveWait float

공개 메소드들

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

비공개 메소드들

메소드 설명
SpawnWaves ( ) : IEnumerator

메소드 상세

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

hazardCount 공개적으로 프로퍼티

public int hazardCount
리턴 int

hazards 공개적으로 프로퍼티

public GameObject[] hazards
리턴 GameObject[]

kesto 공개적으로 프로퍼티

public float kesto
리턴 float

spawnValues 공개적으로 프로퍼티

public Vector3 spawnValues
리턴 Vector3

spawnWait 공개적으로 프로퍼티

public float spawnWait
리턴 float

startWait 공개적으로 프로퍼티

public float startWait
리턴 float

waveWait 공개적으로 프로퍼티

public float waveWait
리턴 float