@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) • 408 B
TypeScript
export { PhysicsEngine as PhysicsEngineV2 } from "./physicsEngine.js";
export * from "./physicsBody.js";
export * from "./physicsShape.js";
export * from "./physicsConstraint.js";
export * from "./physicsMaterial.js";
export * from "./physicsAggregate.js";
export * from "./ragdoll.js";
export * from "./IPhysicsEnginePlugin.js";
export * from "./characterController.js";
export * from "./Plugins/index.js";