Click or drag to resize

CacheableTriggerableSetToCustom Method

Classes are responsible for setting themselves to the custom values.

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

Parameters

triggerValue
Type: SystemBoolean
The status of the triggeringBehaviour
See Also