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