浏览代码

Fix PARAMETER ERROR of AnimationClip.toJSON()

beidongjiedeguang 4 年之前
父节点
当前提交
e20b24a50c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/animation/AnimationClip.d.ts

+ 1 - 1
src/animation/AnimationClip.d.ts

@@ -45,6 +45,6 @@ export class AnimationClip {
 		animation: any,
 		animation: any,
 		bones: Bone[]
 		bones: Bone[]
 	): AnimationClip;
 	): AnimationClip;
-	static toJSON(): any;
+	static toJSON( json: any): any;
 
 
 }
 }