@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.
11 lines (10 loc) • 462 B
TypeScript
/** Pure barrel — re-exports only side-effect-free modules */
export * from "./createParticleBlock.pure.js";
export * from "./boxShapeBlock.pure.js";
export * from "./coneShapeBlock.pure.js";
export * from "./cylinderShapeBlock.pure.js";
export * from "./customShapeBlock.pure.js";
export * from "./meshShapeBlock.pure.js";
export * from "./pointShapeBlock.pure.js";
export * from "./setupSpriteSheetBlock.pure.js";
export * from "./sphereShapeBlock.pure.js";