Click or drag to resize

TriggerFilterTriggerHit Method

Tracks the Triggers that have hit this to determine what to send to the Triggerables.

Namespace:  DustProductions.TriggerMeTimbers
Assembly:  DustProductions.TriggerMeTimbers (in DustProductions.TriggerMeTimbers.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void TriggerHit(
	MonoBehaviour triggeringBehaviour,
	bool triggerValue
)

Parameters

triggeringBehaviour
Type: MonoBehaviour
The Trigger (or other MonoBehaviour) that hit this.
triggerValue
Type: SystemBoolean
The status of the triggeringBehaviour

Implements

ITriggerableTriggerHit(MonoBehaviour, Boolean)
See Also