Click or drag to resize

AudioStreamSample.LoopMode Property

The loop mode. This information will be imported automatically from the WAV file if present. See AudioStreamSample.LoopModeEnum constants for values.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public AudioStreamSample.LoopModeEnum LoopMode { get; set; }

Property Value

Type: AudioStreamSample.LoopModeEnum
See Also