Browse Source

Src: export AnimationAction (#25676)

林炳权 2 years ago
parent
commit
ca64c3f950
1 changed files with 1 additions and 0 deletions
  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';