Skip to content

AudioSourceComponent.TriggerResume Property

Definition

Namespace: Brine2D.Systems.Audio

Set to true to resume a paused sound/music on the next frame. Consumed and reset to false by AudioSystem each update. If both TriggerPause and TriggerResume are set, both are cleared and no action is taken.

public bool TriggerResume { get; set; }

Property Value

System.Boolean