David Catuhe 5d5657d6c4 Allow manual management of wm isntanced buffer преди 5 години
..
babylon.gui.d.ts 86ec36da79 Introduced engine.inputElement to control more precisely which control has the events listeners преди 5 години
babylon.gui.js 5d5657d6c4 Allow manual management of wm isntanced buffer преди 5 години
babylon.gui.js.map 5d5657d6c4 Allow manual management of wm isntanced buffer преди 5 години
babylon.gui.min.js a821b75269 Fix #7035 преди 5 години
babylon.gui.module.d.ts 86ec36da79 Introduced engine.inputElement to control more precisely which control has the events listeners преди 5 години
package.json a474540a43 4.1.0-alpha.26 преди 5 години
readme-es6.md 2e710a8ebe dedicated es6 readme преди 6 години
readme.md ced2d6be3a Update readme.md преди 6 години

readme-es6.md

Babylon.js GUI module

For usage documentation please visit http://doc.babylonjs.com/overviews/gui

Installation instructions

To install using npm :

npm install --save @babylonjs/core @babylonjs/gui

How to use

Afterwards it can be imported to the your project using:

import { AdvancedDynamicTexture } from '@babylonjs/gui/2D';

And used as usual:

// Some awesome code
// Creates the post process
let postProcess = new AdvancedDynamicTexture("adt", 128, 128, scene);
// Some more awesome code

For more information you can have a look at our our ES6 dedicated documentation.