SKInterpolationMode 枚举

定义

一个 枚举,其值指定 的 SKKeyframeSequence内插模式。

public enum SKInterpolationMode
type SKInterpolationMode = 
继承
SKInterpolationMode

字段

Linear 1

线性内插值。

Spline 2

使用 B 样条内插值。

Step 3

不要内插值。 (使用当前时间之前的最新时间的值。)

适用于