babylonjs-gui 6.43.0 → 6.45.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 +44 -44
- 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.d.ts
CHANGED
@@ -56,7 +56,7 @@ declare module BABYLON.GUI {
|
|
56
56
|
* @see https://doc.babylonjs.com/features/featuresDeepDive/gui/gui
|
57
57
|
*/
|
58
58
|
export class AdvancedDynamicTexture extends BABYLON.DynamicTexture {
|
59
|
-
/** Define the
|
59
|
+
/** Define the url to load snippets */
|
60
60
|
static SnippetUrl: string;
|
61
61
|
/** Indicates if some optimizations can be performed in GUI GPU management (the downside is additional memory/GPU texture memory used) */
|
62
62
|
static AllowGPUOptimizations: boolean;
|