C# Class VJBaseTrigger, fuze-vj-kit

Inheritance: VJBaseModifier
Afficher le fichier Open project: unity3d-jp/fuze-vj-kit

Méthodes publiques

Свойство Type Description
semaphore int
thType ThresholdType
threshold float
trigerDelaySec float

Méthodes publiques

Méthode Description
OnDrawGizmosSelected ( ) : void
OnVJTrigger ( GameObject go, float value ) : void
Start ( ) : void
VJPerformAction ( GameObject go, float value ) : void

Private Methods

Méthode Description
_DelayedTrigger ( GameObject go, float value ) : IEnumerator
_IsTriggered ( float value ) : bool
_Semaphore ( ) : bool

Method Details

OnDrawGizmosSelected() public méthode

public OnDrawGizmosSelected ( ) : void
Résultat void

OnVJTrigger() public abstract méthode

public abstract OnVJTrigger ( GameObject go, float value ) : void
go GameObject
value float
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

VJPerformAction() public méthode

public VJPerformAction ( GameObject go, float value ) : void
go GameObject
value float
Résultat void

Property Details

semaphore public_oe property

public int semaphore
Résultat int

thType public_oe property

public ThresholdType thType
Résultat ThresholdType

threshold public_oe property

public float threshold
Résultat float

trigerDelaySec public_oe property

public float trigerDelaySec
Résultat float