Click or drag to resize

TriggerableSetMouseCursorTriggerHit Method

Sets values to custom or last known value, depending on what options are selected in the inspector and what value 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 override void TriggerHit(
	bool triggerValue
)

Parameters

triggerValue
Type: SystemBoolean
The status of the triggeringBehaviour
See Also