Explorar o código

Update for AnimationAction.d.ts

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