index.d.ts 215 B

123456
  1. export * from "./IPhysicsEnginePlugin";
  2. export * from "./physicsEngine";
  3. export * from "./physicsEngineComponent";
  4. export * from "./physicsImpostor";
  5. export * from "./physicsJoint";
  6. export * from "./Plugins/index";