Skip to content

AudioSourceComponent.PlaybackEnded Property

Definition

Namespace: Brine2D.Systems.Audio

Set to true by the audio system when playback ends naturally \(track completed or evicted\), not by TriggerStop or disabling. Reset to false when new playback starts via TriggerPlay.

C#
public bool PlaybackEnded { get; internal set; }

Property Value

System.Boolean