Browse Source

Update for AnimationMixer.d.ts

Atsushi 5 năm trước cách đây
mục cha
commit
3a93a59bf7
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;