MusicSourceComponent.LoopStartMs Property
Definition¶
Namespace: Brine2D.Systems.Audio
When looping, the track loops back to this position in milliseconds instead of the beginning. This allows an intro section before the loop point. Negative values are clamped to zero. Default 0.
public long LoopStartMs { get; set; }