Skip to content

Commit

Permalink
Revert "add export ' exotic-animation, track, array-track and exticAn…
Browse files Browse the repository at this point in the history
…imationTag' for gltf runtime tool."

This reverts commit 71e26cf.
  • Loading branch information
Canvasfull authored and shrinktofit committed Dec 5, 2022
1 parent 71e26cf commit 47a0b02
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions cocos/core/animation/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ legacyCC.easing = easing;
export * from '../curves/bezier';
export { easing };
export * from './animation-curve';
export { AnimationClip, exoticAnimationTag } from './animation-clip';
export { AnimationClip } from './animation-clip';
export * from './animation-manager';
export {
AnimationState,
Expand All @@ -43,8 +43,3 @@ export {
export * from './transform-utils';
export { animation };
export type { ILerpable } from './types';

// For runtime create animation clip.
export * from './exotic-animation/exotic-animation';
export * from './tracks/track';
export * from './tracks/array-track';

0 comments on commit 47a0b02

Please sign in to comment.