Explorar el Código

Update for AnimationMixer.d.ts

Atsushi hace 5 años
padre
commit
3a93a59bf7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;