Enum AudioStreamInteractive.TransitionFromTime
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum AudioStreamInteractive.TransitionFromTime : long
Fields
End = 3Transition when the current clip finished playing.
Immediate = 0Start transition as soon as possible, don't wait for any specific time position.
NextBar = 2Transition when the clip playback position reaches the next bar.
NextBeat = 1Transition when the clip playback position reaches the next beat.