Click or drag to resize

AudioStreamSampleLoopMode Property

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

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

Property Value

Type: AudioStreamSampleLoopModeEnum
See Also