Click or drag to resize

TriggerCachedTrueWaitRoutine Field

A reference to any currently running wait Coroutines for when true 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> CachedTrueWaitRoutine

Field Value

Type: CoroutineBoolean
See Also