SKInterpolationMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An enumeration whose values specify the interpolation mode of a SKKeyframeSequence.
public enum SKInterpolationMode
type SKInterpolationMode =
- Inheritance
-
SKInterpolationMode
Fields
Name | Value | Description |
---|---|---|
Linear | 1 | Interpolate values linearly. |
Spline | 2 | Interpolate values with a B-spline. |
Step | 3 | Do not interpolate values. (Use the value at the latest time that is before the current time.) |