-
Notifications
You must be signed in to change notification settings - Fork 0
Tween EaseType
Home | API by Category | Complete API Index | API Compatibility
| Field | Value |
|---|---|
| Full name | Electron2D.Tween.EaseType |
| Namespace | Electron2D |
| Kind | enum |
| Category | Animation and Tweening |
Lists how a transition curve is applied to normalized time.
public enum Electron2D.Tween.EaseType : System.IComparable, System.IConvertible, System.IFormattable, System.ISpanFormattableProfile: Electron2D 0.1.0 2D
Status: Partial / Not verified
Out of profile: yes
Godot reference: Tween.EaseType
Ease mode enum for in, out, in-out and out-in interpolation.
Easing controls which part of the interpolation receives the selected
Electron2D.Tween.TransitionType curve.
This enum is available since Electron2D 0.1.0 Preview.
| Member | Kind | Summary |
|---|---|---|
In |
Enum value | Applies the transition curve at the beginning of the interpolation. |
InOut |
Enum value | Applies the transition curve to both halves of the interpolation. |
Out |
Enum value | Applies the transition curve at the end of the interpolation. |
OutIn |
Enum value | Applies out easing to the first half and in easing to the second half. |
Kind: Enum value
public const Electron2D.Tween.EaseType InApplies the transition curve at the beginning of the interpolation.
Values start slowly for accelerating transition curves.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Tween.EaseType
Kind: Enum value
public const Electron2D.Tween.EaseType InOutApplies the transition curve to both halves of the interpolation.
Values start and end smoothly for accelerating transition curves.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Tween.EaseType
Kind: Enum value
public const Electron2D.Tween.EaseType OutApplies the transition curve at the end of the interpolation.
Values end slowly for accelerating transition curves.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Tween.EaseType
Kind: Enum value
public const Electron2D.Tween.EaseType OutInApplies out easing to the first half and in easing to the second half.
Values move quickly away from the start, slow near the middle and accelerate toward the end.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Tween.EaseType
Electron2D 0.1.0 Preview API reference. Generated from 175 public runtime types.