SKInterpolationMode Enum

Definition

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

public enum SKInterpolationMode
type SKInterpolationMode = 
Inheritance
SKInterpolationMode

Fields

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