فهرست منبع

Update for AnimationAction.d.ts

Atsushi 5 سال پیش
والد
کامیت
755ffca745
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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;
 
 }