|
5 éve | |
---|---|---|
.. | ||
babylon.gui.d.ts | 5 éve | |
babylon.gui.js | 5 éve | |
babylon.gui.js.map | 5 éve | |
babylon.gui.min.js | 5 éve | |
babylon.gui.min.js.map | 6 éve | |
babylon.gui.module.d.ts | 5 éve | |
package.json | 5 éve | |
readme-es6.md | 6 éve | |
readme.md | 5 éve |
For usage documentation please visit http://doc.babylonjs.com/overviews/gui
To install using npm :
npm install --save @babylonjs/core @babylonjs/gui
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.