- import { Inspector } from "../src/index";
- var globalObject = (typeof global !== 'undefined') ? global : ((typeof window !== 'undefined') ? window : undefined);
- if (typeof globalObject !== "undefined") {
- (<any>globalObject).BABYLON = (<any>globalObject).BABYLON || {};
- (<any>globalObject).BABYLON.Inspector = Inspector;
- }
- export * from "../src/index";
|