babylon.gui.js 1.0 KB

123456789101112131415161718192021222324
  1. /// <reference path="../../dist/preview release/babylon.d.ts"/>
  2. var __extends = (this && this.__extends) || (function () {
  3. var extendStatics = Object.setPrototypeOf ||
  4. ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
  5. function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
  6. return function (d, b) {
  7. extendStatics(d, b);
  8. function __() { this.constructor = d; }
  9. d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
  10. };
  11. })();
  12. var BABYLON;
  13. (function (BABYLON) {
  14. var AdvancedDynamicTexture = (function (_super) {
  15. __extends(AdvancedDynamicTexture, _super);
  16. function AdvancedDynamicTexture() {
  17. return _super !== null && _super.apply(this, arguments) || this;
  18. }
  19. return AdvancedDynamicTexture;
  20. }(BABYLON.DynamicTexture));
  21. BABYLON.AdvancedDynamicTexture = AdvancedDynamicTexture;
  22. })(BABYLON || (BABYLON = {}));
  23. //# sourceMappingURL=advancedDynamicTexture.js.map