Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IPropertyCurveData

曲线数据。

Hierarchy

  • IPropertyCurveData

Index

Properties

Optional _arrayLength

_arrayLength: undefined | number

For internal usage only.

Optional easingMethod

easingMethod: EasingMethod

曲线任意两帧时间的渐变方式。仅当 easingMethods === undefined 时本字段才生效。

Optional easingMethods

描述了每一帧时间到下一帧时间之间的渐变方式。

Optional interpolate

interpolate: undefined | false | true

是否进行插值。

default

true

keys

keys: number

曲线使用的时间轴。

see

{AnimationClip.keys}

values

values: CurveValue[]

曲线值。曲线值的数量应和 keys 所引用时间轴的帧数相同。

Generated using TypeDoc