-
Notifications
You must be signed in to change notification settings - Fork 0
Animation InterpolationTypeEnum
Eduard Gushchin edited this page Jun 21, 2026
·
5 revisions
Namespace: Electron2D
Describes how value tracks produce values between neighboring keys.
public enum Electron2D.Animation.InterpolationTypeEnum : System.IComparable, System.IConvertible, System.IFormattable, System.ISpanFormattableMethod 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.