浏览代码

Src: export AnimationAction (#25676)

林炳权 2 年之前
父节点
当前提交
ca64c3f950
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/Three.js

+ 1 - 0
src/Three.js

@@ -90,6 +90,7 @@ export { AnimationUtils } from './animation/AnimationUtils.js';
 export { AnimationObjectGroup } from './animation/AnimationObjectGroup.js';
 export { AnimationMixer } from './animation/AnimationMixer.js';
 export { AnimationClip } from './animation/AnimationClip.js';
+export { AnimationAction } from './animation/AnimationAction.js';
 export { Uniform } from './core/Uniform.js';
 export { UniformsGroup } from './core/UniformsGroup.js';
 export { InstancedBufferGeometry } from './core/InstancedBufferGeometry.js';