Skip to content

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.

C#
public int LoopCount { get; set; }

Property Value

System.Int32