Click or drag to resize

TriggerHitTrigger Method

Called when something the Trigger cares about has happened. You can call this directly, or indirectly using CheckTriggerString().

Namespace:  DustProductions.TriggerMeTimbers
Assembly:  DustProductions.TriggerMeTimbers (in DustProductions.TriggerMeTimbers.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
protected virtual void HitTrigger(
	bool triggerValue
)

Parameters

triggerValue
Type: SystemBoolean
If TrueTrigger has been hit, this should be true. If FalseTrigger has been hit, this should be false.
See Also