babylonjs-node-editor 7.33.0 → 7.34.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
|
@@ -291,7 +291,7 @@ declare module BABYLON.NodeEditor {
|
|
|
291
291
|
canConnectTo(port: BABYLON.NodeEditor.SharedUIComponents.IPortData): boolean;
|
|
292
292
|
disconnectFrom(port: BABYLON.NodeEditor.SharedUIComponents.IPortData): void;
|
|
293
293
|
checkCompatibilityState(port: BABYLON.NodeEditor.SharedUIComponents.IPortData): 0 | BABYLON.NodeMaterialConnectionPointCompatibilityStates.TypeIncompatible | BABYLON.NodeMaterialConnectionPointCompatibilityStates.TargetIncompatible | BABYLON.NodeMaterialConnectionPointCompatibilityStates.HierarchyIssue;
|
|
294
|
-
getCompatibilityIssueMessage(issue: number, targetNode: BABYLON.NodeEditor.SharedUIComponents.GraphNode, targetPort: BABYLON.NodeEditor.SharedUIComponents.IPortData):
|
|
294
|
+
getCompatibilityIssueMessage(issue: number, targetNode: BABYLON.NodeEditor.SharedUIComponents.GraphNode, targetPort: BABYLON.NodeEditor.SharedUIComponents.IPortData): string;
|
|
295
295
|
}
|
|
296
296
|
|
|
297
297
|
|
|
@@ -791,11 +791,11 @@ declare module BABYLON.NodeEditor {
|
|
|
791
791
|
Rain = 9,
|
|
792
792
|
Explosion = 10,
|
|
793
793
|
Fire = 11,
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
794
|
+
Parrot = 12,
|
|
795
|
+
BricksSkull = 13,
|
|
796
|
+
Plants = 14,
|
|
797
|
+
Custom = 15,
|
|
798
|
+
Room = 16
|
|
799
799
|
}
|
|
800
800
|
|
|
801
801
|
|