Explorar el Código

Update for AnimationAction.d.ts

Atsushi hace 5 años
padre
commit
755ffca745
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/animation/AnimationAction.d.ts

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

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