C# 클래스 MiniGameManager, HomeAlone

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

공개 프로퍼티들

프로퍼티 타입 설명
Enemies List
WinPanel GameObject
hazardCount int
spawnValues Vector3
spawnWait float
startWait float
waveWait float

공개 메소드들

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

비공개 메소드들

메소드 설명
SpawnWaves ( ) : IEnumerator

메소드 상세

GameOver() 공개 메소드

public GameOver ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

Enemies 공개적으로 프로퍼티

public List Enemies
리턴 List

WinPanel 공개적으로 프로퍼티

public GameObject WinPanel
리턴 GameObject

hazardCount 공개적으로 프로퍼티

public int hazardCount
리턴 int

spawnValues 공개적으로 프로퍼티

public Vector3 spawnValues
리턴 Vector3

spawnWait 공개적으로 프로퍼티

public float spawnWait
리턴 float

startWait 공개적으로 프로퍼티

public float startWait
리턴 float

waveWait 공개적으로 프로퍼티

public float waveWait
리턴 float