babylonjs-gui 7.34.3 → 7.35.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 +45 -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
@@ -4276,7 +4276,7 @@ declare module BABYLON.GUI {
|
|
4276
4276
|
* @param urlRewriter defines an url rewriter to update urls before sending them to the controls
|
4277
4277
|
* @deprecated Please use parseSerializedObject instead
|
4278
4278
|
*/
|
4279
|
-
parseContent: (serializedObject: any, scaleToSize?: boolean, urlRewriter?: (
|
4279
|
+
parseContent: (serializedObject: any, scaleToSize?: boolean, urlRewriter?: (url: string) => string) => void;
|
4280
4280
|
/**
|
4281
4281
|
* Recreate the content of the ADT from a snippet saved by the GUI editor
|
4282
4282
|
* @param snippetId defines the snippet to load
|