babylonjs-gui 6.43.0 → 6.44.0
Sign up to get free protection for your applications and to get access to all the features.
- package/babylon.gui.d.ts +1 -1
- package/babylon.gui.js +2 -2
- package/babylon.gui.min.js +1 -1
- package/babylon.gui.min.js.map +1 -1
- package/babylon.gui.module.d.ts +2 -2
- package/package.json +2 -2
package/babylon.gui.module.d.ts
CHANGED
@@ -75,7 +75,7 @@ import { Viewport } from "babylonjs/Maths/math.viewport";
|
|
75
75
|
* @see https://doc.babylonjs.com/features/featuresDeepDive/gui/gui
|
76
76
|
*/
|
77
77
|
export class AdvancedDynamicTexture extends DynamicTexture {
|
78
|
-
/** Define the
|
78
|
+
/** Define the url to load snippets */
|
79
79
|
static SnippetUrl: string;
|
80
80
|
/** Indicates if some optimizations can be performed in GUI GPU management (the downside is additional memory/GPU texture memory used) */
|
81
81
|
static AllowGPUOptimizations: boolean;
|
@@ -8902,7 +8902,7 @@ declare module BABYLON.GUI {
|
|
8902
8902
|
* @see https://doc.babylonjs.com/features/featuresDeepDive/gui/gui
|
8903
8903
|
*/
|
8904
8904
|
export class AdvancedDynamicTexture extends BABYLON.DynamicTexture {
|
8905
|
-
/** Define the
|
8905
|
+
/** Define the url to load snippets */
|
8906
8906
|
static SnippetUrl: string;
|
8907
8907
|
/** Indicates if some optimizations can be performed in GUI GPU management (the downside is additional memory/GPU texture memory used) */
|
8908
8908
|
static AllowGPUOptimizations: boolean;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "babylonjs-gui",
|
3
|
-
"version": "6.
|
3
|
+
"version": "6.44.0",
|
4
4
|
"main": "babylon.gui.js",
|
5
5
|
"types": "babylon.gui.module.d.ts",
|
6
6
|
"files": [
|
@@ -15,7 +15,7 @@
|
|
15
15
|
"test:escheck": "es-check es6 ./babylon.gui.js"
|
16
16
|
},
|
17
17
|
"dependencies": {
|
18
|
-
"babylonjs": "^6.
|
18
|
+
"babylonjs": "^6.44.0"
|
19
19
|
},
|
20
20
|
"devDependencies": {
|
21
21
|
"@dev/build-tools": "1.0.0",
|