legacy.d.ts 296 B

12345678
  1. import * as BABYLON from "../index.js";
  2. export * from "../index.js";
  3. export declare const Debug: {
  4. AxesViewer: typeof BABYLON.AxesViewer;
  5. BoneAxesViewer: typeof BABYLON.BoneAxesViewer;
  6. PhysicsViewer: typeof BABYLON.PhysicsViewer;
  7. SkeletonViewer: typeof BABYLON.SkeletonViewer;
  8. };