AudioStreamSampleLoopModeEnum Enumeration |
[Missing <summary> documentation for "T:Godot.AudioStreamSample.LoopModeEnum"]
Namespace: Godot
public enum LoopModeEnum
Member name | Value | Description | |
---|---|---|---|
Disabled | 0 | Audio does not loop. | |
Forward | 1 | Audio loops the data between LoopBegin and LoopEnd, playing forward only. | |
PingPong | 2 | Audio loops the data between LoopBegin and LoopEnd, playing back and forth. | |
Backward | 3 | Audio loops the data between LoopBegin and LoopEnd, playing backward only. |