@babylonjs/node-editor 5.26.0 → 5.26.1
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.
|
@@ -581,6 +581,7 @@ export class BlockNodeData implements INodeData {
|
|
|
581
581
|
|
|
582
582
|
}
|
|
583
583
|
declare module "@babylonjs/node-editor/graphSystem/connectionPointPortData" {
|
|
584
|
+
import { NodeMaterialBlock } from "@babylonjs/core/Materials/Node/nodeMaterialBlock";
|
|
584
585
|
import { NodeMaterialConnectionPoint } from "@babylonjs/core/Materials/Node/nodeMaterialBlockConnectionPoint";
|
|
585
586
|
import { NodeMaterialConnectionPointCompatibilityStates } from "@babylonjs/core/Materials/Node/nodeMaterialBlockConnectionPoint";
|
|
586
587
|
import { Nullable } from "@babylonjs/core/types";
|
|
@@ -602,7 +603,7 @@ export class ConnectionPointPortData implements IPortData {
|
|
|
602
603
|
get connectedPort(): Nullable<IPortData>;
|
|
603
604
|
set connectedPort(value: Nullable<IPortData>);
|
|
604
605
|
get direction(): PortDataDirection;
|
|
605
|
-
get ownerData():
|
|
606
|
+
get ownerData(): NodeMaterialBlock;
|
|
606
607
|
get needDualDirectionValidation(): boolean;
|
|
607
608
|
get hasEndpoints(): boolean;
|
|
608
609
|
get endpoints(): IPortData[];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@babylonjs/node-editor",
|
|
3
|
-
"version": "5.26.
|
|
3
|
+
"version": "5.26.1",
|
|
4
4
|
"main": "dist/babylon.nodeEditor.max.js",
|
|
5
5
|
"module": "dist/babylon.nodeEditor.max.js",
|
|
6
6
|
"esnext": "dist/babylon.nodeEditor.max.js",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"@types/react-dom": ">=16.0.9"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@babylonjs/core": "^5.26.
|
|
26
|
+
"@babylonjs/core": "^5.26.1",
|
|
27
27
|
"react": "^17.0.2",
|
|
28
28
|
"react-dom": "^17.0.2",
|
|
29
29
|
"rimraf": "^3.0.2",
|