Переглянути джерело

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';