C# 클래스 VJBaseTrigger, fuze-vj-kit

상속: VJBaseModifier
파일 보기 프로젝트 열기: unity3d-jp/fuze-vj-kit

공개 프로퍼티들

프로퍼티 타입 설명
semaphore int
thType ThresholdType
threshold float
trigerDelaySec float

공개 메소드들

메소드 설명
OnDrawGizmosSelected ( ) : void
OnVJTrigger ( GameObject go, float value ) : void
Start ( ) : void
VJPerformAction ( GameObject go, float value ) : void

비공개 메소드들

메소드 설명
_DelayedTrigger ( GameObject go, float value ) : IEnumerator
_IsTriggered ( float value ) : bool
_Semaphore ( ) : bool

메소드 상세

OnDrawGizmosSelected() 공개 메소드

public OnDrawGizmosSelected ( ) : void
리턴 void

OnVJTrigger() 공개 추상적인 메소드

public abstract OnVJTrigger ( GameObject go, float value ) : void
go GameObject
value float
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

VJPerformAction() 공개 메소드

public VJPerformAction ( GameObject go, float value ) : void
go GameObject
value float
리턴 void

프로퍼티 상세

semaphore 공개적으로 프로퍼티

public int semaphore
리턴 int

thType 공개적으로 프로퍼티

public ThresholdType thType
리턴 ThresholdType

threshold 공개적으로 프로퍼티

public float threshold
리턴 float

trigerDelaySec 공개적으로 프로퍼티

public float trigerDelaySec
리턴 float