Click or drag to resize

Trigger Fields

The Trigger type exposes the following members.

Fields
  NameDescription
Protected fieldCachedFalseWaitRoutine
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.
Protected fieldCachedTrueWaitRoutine
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.
Protected fieldFalseTrigger
When should this Trigger send the false status to its referenced Triggerables?
Protected fieldLastTriggerSent
Keeps track of the last value sent by this Trigger, if there is a value.
Protected fieldStatic memberNoneTriggerString
By default, "None" is the only Trigger available. Triggers are responsible for defining their Triggers themselves.
Protected fieldTriggerables
The ITriggerable MonoBehaviours that will be notified when a Trigger has been hit.
Protected fieldTriggerDropdownOptions
This field is used to define what will show up in the dropdown for a Trigger. It is hidden by default because it should not be modified in the inspector, only by code using GetTriggerDropdownOptions().
Protected fieldTrueTrigger
When should this Trigger send the true status to its referenced Triggerables?
Top
See Also