Click or drag to resize

TweenEaseType Enumeration

[Missing <summary> documentation for "T:Godot.Tween.EaseType"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public enum EaseType
Members
  Member nameValueDescription
In0

The interpolation starts slowly and speeds up towards the end.

Out1

The interpolation starts quickly and slows down towards the end.

InOut2

A combination of and . The interpolation is slowest at both ends.

OutIn3

A combination of and . The interpolation is fastest at both ends.

See Also