Parcourir la source

Update for AnimationAction.d.ts

Atsushi il y a 5 ans
Parent
commit
755ffca745
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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;
 
 }