@babylonjs/core
Version:
Getting started? Play directly with the Babylon.js API using our [playground](https://playground.babylonjs.com/). It also contains a lot of samples to learn how to use it.
16 lines • 640 B
JavaScript
/** Pure barrel — re-exports only side-effect-free modules */
export * from "./animatable.pure.js";
export * from "./animation.pure.js";
export * from "./animationPropertiesOverride.js";
export * from "./easing.js";
export * from "./runtimeAnimation.js";
export * from "./animationEvent.js";
export * from "./animationGroup.pure.js";
export * from "./animationKey.js";
export * from "./animationRange.js";
export * from "./animatable.interface.js";
export * from "./pathCursor.js";
export * from "./animationGroupMask.js";
export * from "./animation.optimizations.js";
export * from "./animatorAvatar.js";
//# sourceMappingURL=pure.js.map