babylonjs-gui-editor 7.37.0 → 7.37.2
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
|
@@ -1181,7 +1181,7 @@ declare module BABYLON.GuiEditor.SharedUIComponents {
|
|
|
1181
1181
|
* @param source document to copy styles from
|
|
1182
1182
|
* @param target document or shadow root to copy styles to
|
|
1183
1183
|
*/
|
|
1184
|
-
export function CopyStyles(source: Document, target:
|
|
1184
|
+
export function CopyStyles(source: Document, target: DocumentOrShadowRoot): void;
|
|
1185
1185
|
|
|
1186
1186
|
|
|
1187
1187
|
|
|
@@ -1865,6 +1865,7 @@ declare module BABYLON.GuiEditor.SharedUIComponents {
|
|
|
1865
1865
|
isElbowConnectionAllowed: (nodeA: BABYLON.GuiEditor.SharedUIComponents.FrameNodePort | BABYLON.GuiEditor.SharedUIComponents.NodePort, nodeB: BABYLON.GuiEditor.SharedUIComponents.FrameNodePort | BABYLON.GuiEditor.SharedUIComponents.NodePort) => boolean;
|
|
1866
1866
|
isDebugConnectionAllowed: (nodeA: BABYLON.GuiEditor.SharedUIComponents.FrameNodePort | BABYLON.GuiEditor.SharedUIComponents.NodePort, nodeB: BABYLON.GuiEditor.SharedUIComponents.FrameNodePort | BABYLON.GuiEditor.SharedUIComponents.NodePort) => boolean;
|
|
1867
1867
|
applyNodePortDesign: (data: BABYLON.GuiEditor.SharedUIComponents.IPortData, element: HTMLElement, img: HTMLImageElement, pip: HTMLDivElement) => void;
|
|
1868
|
+
getPortColor: (portData: BABYLON.GuiEditor.SharedUIComponents.IPortData) => string;
|
|
1868
1869
|
storeEditorData: (serializationObject: any, frame?: Nullable<BABYLON.GuiEditor.SharedUIComponents.GraphFrame>) => void;
|
|
1869
1870
|
getEditorDataMap: () => {
|
|
1870
1871
|
[key: number]: number;
|