babylonjs-gui-editor 5.2.0 → 5.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/babylon.guiEditor.d.ts
CHANGED
|
@@ -913,7 +913,7 @@ declare module BABYLON.GuiEditor {
|
|
|
913
913
|
*/
|
|
914
914
|
export interface IGUIEditorOptions {
|
|
915
915
|
liveGuiTexture?: BABYLON.GUI.AdvancedDynamicTexture;
|
|
916
|
-
customLoad
|
|
916
|
+
customLoad?: {
|
|
917
917
|
label: string;
|
|
918
918
|
action: (data: string) => Promise<string>;
|
|
919
919
|
} | undefined;
|