babylonjs-node-editor 5.21.0 → 5.22.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
|
@@ -2682,10 +2682,10 @@ declare module BABYLON.NodeEditor.SharedUIComponents {
|
|
|
2682
2682
|
getEditorDataMap: () => {
|
|
2683
2683
|
[key: number]: number;
|
|
2684
2684
|
};
|
|
2685
|
-
createDefaultInputData: (rootData: any, portData: BABYLON.NodeEditor.SharedUIComponents.IPortData, nodeContainer: BABYLON.NodeEditor.SharedUIComponents.INodeContainer) => {
|
|
2685
|
+
createDefaultInputData: (rootData: any, portData: BABYLON.NodeEditor.SharedUIComponents.IPortData, nodeContainer: BABYLON.NodeEditor.SharedUIComponents.INodeContainer) => BABYLON.Nullable<{
|
|
2686
2686
|
data: BABYLON.NodeEditor.SharedUIComponents.INodeData;
|
|
2687
2687
|
name: string;
|
|
2688
|
-
}
|
|
2688
|
+
}>;
|
|
2689
2689
|
}
|
|
2690
2690
|
|
|
2691
2691
|
|