Share via


SKInterpolationMode Enum

Definition

An enumeration whose values specify the interpolation mode of a SKKeyframeSequence.

[ObjCRuntime.Native]
public enum SKInterpolationMode
[<ObjCRuntime.Native>]
type SKInterpolationMode = 
Inheritance
SKInterpolationMode
Attributes

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.)

Applies to