Просмотр исходного кода

Update for AnimationAction.d.ts

Atsushi 5 лет назад
Родитель
Сommit
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;
 
 }