|
|
před 5 roky | |
|---|---|---|
| .. | ||
| babylon.gui.d.ts | před 5 roky | |
| babylon.gui.js | před 5 roky | |
| babylon.gui.js.map | před 5 roky | |
| babylon.gui.min.js | před 5 roky | |
| babylon.gui.min.js.map | před 7 roky | |
| babylon.gui.module.d.ts | před 5 roky | |
| package.json | před 5 roky | |
| readme-es6.md | před 6 roky | |
| readme.md | před 5 roky | |
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.