babylonjs-node-editor 5.45.1 → 5.46.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.nodeEditor.d.ts
CHANGED
|
@@ -1619,7 +1619,7 @@ declare module BABYLON.NodeEditor.SharedUIComponents {
|
|
|
1619
1619
|
* @param row
|
|
1620
1620
|
* @returns
|
|
1621
1621
|
*/
|
|
1622
|
-
export const getPosInLayout: (layout: BABYLON.NodeEditor.SharedUIComponents.Layout, column: number, row?: number
|
|
1622
|
+
export const getPosInLayout: (layout: BABYLON.NodeEditor.SharedUIComponents.Layout, column: number, row?: number) => BABYLON.NodeEditor.SharedUIComponents.LayoutColumn | BABYLON.NodeEditor.SharedUIComponents.LayoutTabsRow;
|
|
1623
1623
|
/**
|
|
1624
1624
|
* Remove a row in position row, column from the layout, and redistribute heights of remaining rows
|
|
1625
1625
|
* @param layout
|
|
@@ -3800,7 +3800,7 @@ declare module BABYLON.NodeEditor {
|
|
|
3800
3800
|
}
|
|
3801
3801
|
declare module BABYLON.NodeEditor.SharedUIComponents {
|
|
3802
3802
|
export const IsFramePortData: (variableToCheck: any) => variableToCheck is BABYLON.NodeEditor.SharedUIComponents.FramePortData;
|
|
3803
|
-
export const RefreshNode: (node: BABYLON.NodeEditor.SharedUIComponents.GraphNode, visitedNodes?: Set<BABYLON.NodeEditor.SharedUIComponents.GraphNode
|
|
3803
|
+
export const RefreshNode: (node: BABYLON.NodeEditor.SharedUIComponents.GraphNode, visitedNodes?: Set<BABYLON.NodeEditor.SharedUIComponents.GraphNode>, visitedLinks?: Set<BABYLON.NodeEditor.SharedUIComponents.NodeLink>) => void;
|
|
3804
3804
|
|
|
3805
3805
|
|
|
3806
3806
|
|