SKKeyframeSequence.InterpolationMode Property

Definition

Gets or sets a value that controls whether values between keyframes are interpolated linearly, interpolated with a spline curve, or not interpolated.

public virtual SpriteKit.SKInterpolationMode InterpolationMode { [Foundation.Export("interpolationMode")] get; [Foundation.Export("setInterpolationMode:")] set; }
member this.InterpolationMode : SpriteKit.SKInterpolationMode with get, set

Property Value

Attributes

Applies to