浏览代码

Update for AnimationMixer.d.ts

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

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

@@ -11,7 +11,7 @@ export class AnimationMixer extends EventDispatcher {
 	timeScale: number;
 
 	clipAction( clip: AnimationClip, root?: Object3D ): AnimationAction;
-	existingAction( clip: AnimationClip, root?: Object3D ): AnimationAction;
+	existingAction( clip: AnimationClip, root?: Object3D ): AnimationAction | null;
 	stopAllAction(): AnimationMixer;
 	update( deltaTime: number ): AnimationMixer;
 	setTime( timeInSeconds: number ): AnimationMixer;