diff --git a/editor/exports/new-gen-anim.ts b/editor/exports/new-gen-anim.ts new file mode 100644 index 00000000000..dd7acb42842 --- /dev/null +++ b/editor/exports/new-gen-anim.ts @@ -0,0 +1,9 @@ + +export { + blend1D, +} from '../../cocos/core/animation/newgen-anim/blend-1d'; + +export { + blendSimpleDirectional, + validateSimpleDirectionalSamples, +} from '../../cocos/core/animation/newgen-anim/blend-2d';