AudioSourceComponent.LoopCount Property
Definition¶
Namespace: Brine2D.Systems.Audio
Number of times to loop (-1 = infinite, 0 = play once). Values below -1 are clamped to -1.
public int LoopCount { get; set; }
Namespace: Brine2D.Systems.Audio
Number of times to loop (-1 = infinite, 0 = play once). Values below -1 are clamped to -1.
public int LoopCount { get; set; }