C# 클래스 ImpSpawner, Demonology

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

공개 프로퍼티들

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

공개 메소드들

메소드 설명
DistanceBetween ( Vector2 pos1, Vector2 pos2 ) : float
LateUpdate ( ) : void
Start ( ) : void
Update ( ) : void

비공개 메소드들

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

메소드 상세

DistanceBetween() 공개 메소드

public DistanceBetween ( Vector2 pos1, Vector2 pos2 ) : float
pos1 Vector2
pos2 Vector2
리턴 float

LateUpdate() 공개 메소드

public LateUpdate ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

Imp 공개적으로 프로퍼티

public GameObject Imp
리턴 GameObject

LoadingScreen 공개적으로 프로퍼티

public bool LoadingScreen
리턴 bool

Player 공개적으로 프로퍼티

public GameObject Player
리턴 GameObject

activeRange 공개적으로 프로퍼티

public float activeRange
리턴 float

leftSpawner 공개적으로 프로퍼티

public bool leftSpawner
리턴 bool

maxSpawn 공개적으로 프로퍼티

public int maxSpawn
리턴 int

sinkingTime 공개적으로 프로퍼티

public float sinkingTime
리턴 float

spawnCount 공개적으로 프로퍼티

public int spawnCount
리턴 int

startDelay 공개적으로 프로퍼티

public float startDelay
리턴 float

waitTime 공개적으로 프로퍼티

public float waitTime
리턴 float