Property | Type | Description | |
---|---|---|---|
semaphore | int | ||
thType | ThresholdType | ||
threshold | float | ||
trigerDelaySec | float |
Method | Description | |
---|---|---|
OnDrawGizmosSelected ( ) : void | ||
OnVJTrigger ( GameObject go, float value ) : void | ||
Start ( ) : void | ||
VJPerformAction ( GameObject go, float value ) : void |
Method | Description | |
---|---|---|
_DelayedTrigger ( GameObject go, float value ) : IEnumerator | ||
_IsTriggered ( float value ) : bool | ||
_Semaphore ( ) : bool |
public abstract OnVJTrigger ( GameObject go, float value ) : void | ||
go | GameObject | |
value | float | |
return | void |
public VJPerformAction ( GameObject go, float value ) : void | ||
go | GameObject | |
value | float | |
return | void |