Enum Tween.EaseType
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum Tween.EaseType : long
Fields
In = 0
The interpolation starts slowly and speeds up towards the end.
InOut = 2
A combination of In and Out. The interpolation is slowest at both ends.
Out = 1
The interpolation starts quickly and slows down towards the end.
OutIn = 3
A combination of In and Out. The interpolation is fastest at both ends.