David Catuhe 40ded9ccf1 4.1.0 dist move 5 éve
..
babylon.gui.d.ts 40ded9ccf1 4.1.0 dist move 5 éve
babylon.gui.js 40ded9ccf1 4.1.0 dist move 5 éve
babylon.gui.js.map 40ded9ccf1 4.1.0 dist move 5 éve
babylon.gui.min.js 40ded9ccf1 4.1.0 dist move 5 éve
babylon.gui.min.js.map 0fba34b709 3.3.0 6 éve
babylon.gui.module.d.ts 40ded9ccf1 4.1.0 dist move 5 éve
package.json 40ded9ccf1 4.1.0 dist move 5 éve
readme-es6.md c3b8eb071c v4.0.0 6 éve
readme.md 40ded9ccf1 4.1.0 dist move 5 éve

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.