SoundEffectSourceComponent.TriggerStopOldest Property
Definition¶
Namespace: Brine2D.Systems.Audio
Set to true to stop the oldest overlapping track on the next frame.
Consumed and reset to false by AudioSystem each update.
Does nothing if no tracks are active on this entity.
public bool TriggerStopOldest { get; set; }