提交 16ac1204 编写于 作者: A Atsushi

Update for AnimationUtils.d.ts

上级 755ffca7
......@@ -4,7 +4,7 @@ export namespace AnimationUtils {
export function arraySlice( array: any, from: number, to: number ): any;
export function convertArray( array: any, type: any, forceClone: boolean ): any;
export function isTypedArray( object: any ): boolean;
export function getKeyFrameOrder( times: number ): number[];
export function getKeyFrameOrder( times: number[] ): number[];
export function sortedArray(
values: any[],
stride: number,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册