Table of Contents

Enum AudioStreamInteractive.TransitionFromTime

Namespace
Godot
Assembly
GodotSharp.dll
public enum AudioStreamInteractive.TransitionFromTime : long

Fields

End = 3

Transition when the current clip finished playing.

Immediate = 0

Start transition as soon as possible, don't wait for any specific time position.

NextBar = 2

Transition when the clip playback position reaches the next bar.

NextBeat = 1

Transition when the clip playback position reaches the next beat.