提交 fdc1edf2 编写于 作者: A Atsushi

Update for KeyframeTrack.d.ts

上级 16ac1204
...@@ -26,7 +26,7 @@ export class KeyframeTrack { ...@@ -26,7 +26,7 @@ export class KeyframeTrack {
InterpolantFactoryMethodLinear( result: any ): LinearInterpolant; InterpolantFactoryMethodLinear( result: any ): LinearInterpolant;
InterpolantFactoryMethodSmooth( result: any ): CubicInterpolant; InterpolantFactoryMethodSmooth( result: any ): CubicInterpolant;
setInterpolation( interpolation: InterpolationModes ): void; setInterpolation( interpolation: InterpolationModes ): KeyframeTrack;
getInterpolation(): InterpolationModes; getInterpolation(): InterpolationModes;
getValuesize(): number; getValuesize(): number;
...@@ -36,8 +36,8 @@ export class KeyframeTrack { ...@@ -36,8 +36,8 @@ export class KeyframeTrack {
trim( startTime: number, endTime: number ): KeyframeTrack; trim( startTime: number, endTime: number ): KeyframeTrack;
validate(): boolean; validate(): boolean;
optimize(): KeyframeTrack; optimize(): KeyframeTrack;
clone(): KeyframeTrack;
static parse( json: any ): KeyframeTrack;
static toJSON( track: KeyframeTrack ): any; static toJSON( track: KeyframeTrack ): any;
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册