Click or drag to resize

TriggerableSetToggleSetToCustom Method

Set the Toggle.isOn values to the values defined in the inspector.

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

Parameters

triggerValue
Type: SystemBoolean
The status of the triggeringBehaviour
See Also