C# 클래스 ImpSpawnerVariant, Demonology

상속: MonoBehaviour
파일 보기 프로젝트 열기: Qlevine20/Demonology

공개 프로퍼티들

프로퍼티 타입 설명
Imp GameObject
Player GameObject
leftSpawner bool
maxSpawn int
sinkingTime float
spawnCount int
spawnPlayerAt int
startDelay float
waitTime float

공개 메소드들

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

비공개 메소드들

메소드 설명
RandomSpawnImp ( float counter ) : bool

메소드 상세

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

Imp 공개적으로 프로퍼티

public GameObject Imp
리턴 GameObject

Player 공개적으로 프로퍼티

public GameObject Player
리턴 GameObject

leftSpawner 공개적으로 프로퍼티

public bool leftSpawner
리턴 bool

maxSpawn 공개적으로 프로퍼티

public int maxSpawn
리턴 int

sinkingTime 공개적으로 프로퍼티

public float sinkingTime
리턴 float

spawnCount 공개적으로 프로퍼티

public int spawnCount
리턴 int

spawnPlayerAt 공개적으로 프로퍼티

public int spawnPlayerAt
리턴 int

startDelay 공개적으로 프로퍼티

public float startDelay
리턴 float

waitTime 공개적으로 프로퍼티

public float waitTime
리턴 float