Click or drag to resize

TriggerCachedFalseWaitRoutine Field

A reference to any currently running wait Coroutines for when false has been hit. Used to make it easy to cancel if another trigger is hit while it is running.

Namespace:  DustProductions.TriggerMeTimbers
Assembly:  DustProductions.TriggerMeTimbers (in DustProductions.TriggerMeTimbers.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
protected Coroutine<bool> CachedFalseWaitRoutine

Field Value

Type: CoroutineBoolean
See Also