Click or drag to resize

TriggerableTriggerHit Method (Boolean)

This TriggerHit is protected from access by outside classes. It must be implemented in inheriting classes. It will be called after the Triggerable does all the behaviour defined in the public TriggerHit. This is where you would determine what happens when either true or false is passed in.

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

Parameters

triggerValue
Type: SystemBoolean
The status of the triggeringBehaviour. Triggerables are set up to do different things based on what is passed in to them.
See Also