Enum AudioStreamInteractive.TransitionToTime
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum AudioStreamInteractive.TransitionToTime : long
Fields
SamePosition = 0
Transition to the same position in the destination clip. This is useful when both clips have exactly the same length and the music should fade between them.
Start = 1
Transition to the start of the destination clip.