-
Notifications
You must be signed in to change notification settings - Fork 0
Animation InterpolationTypeEnum
Home | API by Category | Complete API Index | API Compatibility
| Field | Value |
|---|---|
| Full name | Electron2D.Animation.InterpolationTypeEnum |
| Namespace | Electron2D |
| Kind | enum |
| Category | Animation and Tweening |
Describes how value tracks produce values between neighboring keys.
public enum Electron2D.Animation.InterpolationTypeEnum : System.IComparable, System.IConvertible, System.IFormattable, System.ISpanFormattableProfile: Electron2D 0.1.0 2D
Status: Partial / Not verified
Out of profile: yes
Godot reference: Animation.InterpolationType
Nearest and linear interpolation modes for value tracks.
Method tracks ignore this value because their keys represent discrete calls.
This enum is available since Electron2D 0.1.0 Preview.
| Member | Kind | Summary |
|---|---|---|
Linear |
Enum value | Interpolates supported numeric and 2D value types between keys. |
Nearest |
Enum value | Reuses the latest key at or before the requested time. |
Kind: Enum value
public const Electron2D.Animation.InterpolationTypeEnum LinearInterpolates supported numeric and 2D value types between keys.
Use this value with APIs that accept InterpolationTypeEnum.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Animation.InterpolationTypeEnum
Kind: Enum value
public const Electron2D.Animation.InterpolationTypeEnum NearestReuses the latest key at or before the requested time.
Use this value with APIs that accept InterpolationTypeEnum.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Animation.InterpolationTypeEnum
Electron2D 0.1.0 Preview API reference. Generated from 175 public runtime types.