Click or drag to resize

AudioStreamSampleLoopModeEnum Enumeration

[Missing <summary> documentation for "T:Godot.AudioStreamSample.LoopModeEnum"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public enum LoopModeEnum
Members
  Member nameValueDescription
Disabled0

Audio does not loop.

Forward1

Audio loops the data between LoopBegin and LoopEnd, playing forward only.

PingPong2

Audio loops the data between LoopBegin and LoopEnd, playing back and forth.

Backward3

Audio loops the data between LoopBegin and LoopEnd, playing backward only.

See Also