TweenEaseType Enumeration |
[Missing <summary> documentation for "T:Godot.Tween.EaseType"]
Namespace: Godot
public enum EaseType
| Member name | Value | Description | |
|---|---|---|---|
| In | 0 | The interpolation starts slowly and speeds up towards the end. | |
| Out | 1 | The interpolation starts quickly and slows down towards the end. | |
| InOut | 2 | A combination of and . The interpolation is slowest at both ends. | |
| OutIn | 3 | A combination of and . The interpolation is fastest at both ends. |