Explorar o código

Update for AnimationMixer.d.ts

Atsushi %!s(int64=5) %!d(string=hai) anos
pai
achega
3a93a59bf7
Modificáronse 1 ficheiros con 1 adicións e 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;