Click or drag to resize

TriggerableAudioSourcePlaybackTriggerHit Method

Performs actions to start, stop, pause, etc playback of an AudioSource.

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 triggeringBehaviour
See Also