C# 클래스 empGrower

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

공개 프로퍼티들

프로퍼티 타입 설명
coroutineDone bool
debugFeatures bool
growScale float
sizeLimit float
startSize float
waitTime float

공개 메소드들

메소드 설명
Start ( ) : void
a ( ) : IEnumerator
startGrowing ( ) : void

메소드 상세

Start() 공개 메소드

public Start ( ) : void
리턴 void

a() 공개 메소드

public a ( ) : IEnumerator
리턴 IEnumerator

startGrowing() 공개 메소드

public startGrowing ( ) : void
리턴 void

프로퍼티 상세

coroutineDone 공개적으로 프로퍼티

public bool coroutineDone
리턴 bool

debugFeatures 공개적으로 프로퍼티

public bool debugFeatures
리턴 bool

growScale 공개적으로 프로퍼티

public float growScale
리턴 float

sizeLimit 공개적으로 프로퍼티

public float sizeLimit
리턴 float

startSize 공개적으로 프로퍼티

public float startSize
리턴 float

waitTime 공개적으로 프로퍼티

public float waitTime
리턴 float