Browse Source

Update for AnimationMixer.d.ts

Atsushi 5 years ago
parent
commit
3a93a59bf7
1 changed files with 1 additions and 1 deletions
  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;