Ver Fonte

Update for AnimationAction.d.ts

Atsushi há 6 anos atrás
pai
commit
755ffca745
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/animation/AnimationAction.d.ts

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

@@ -57,6 +57,6 @@ export class AnimationAction {
 	stopWarping(): AnimationAction;
 	stopWarping(): AnimationAction;
 	getMixer(): AnimationMixer;
 	getMixer(): AnimationMixer;
 	getClip(): AnimationClip;
 	getClip(): AnimationClip;
-	getRoot(): any;
+	getRoot(): Object3D;
 
 
 }
 }

粤ICP备19079148号