浏览代码

Update for AnimationAction.d.ts

Atsushi 5 年之前
父节点
当前提交
755ffca745
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/animation/AnimationAction.d.ts

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

@@ -57,6 +57,6 @@ export class AnimationAction {
 	stopWarping(): AnimationAction;
 	getMixer(): AnimationMixer;
 	getClip(): AnimationClip;
-	getRoot(): any;
+	getRoot(): Object3D;
 
 }