2
0
Эх сурвалжийг харах

Update for AnimationAction.d.ts

Atsushi 5 жил өмнө
parent
commit
755ffca745

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

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