index.d.ts 339 B

123456789
  1. export { PhysicsEngine as PhysicsEngineV2 } from "./physicsEngine";
  2. export * from "./physicsBody";
  3. export * from "./physicsShape";
  4. export * from "./physicsConstraint";
  5. export * from "./physicsMaterial";
  6. export * from "./physicsAggregate";
  7. export * from "./ragdoll";
  8. export * from "./IPhysicsEnginePlugin";
  9. export * from "./Plugins/index";