ChangedNodes
The nodes that were added or modified in this change event.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Property
- Namespace: Unity.GraphToolkit.Editor
- Assembly: UnityEditor
public IReadOnlyList<ChangedNode> ChangedNodes { get; }
Remarks
Each entry's ChangedNode.ChangeKinds indicates the kind of change (e.g. , , or one of the graph's standard change categories). Removed nodes are not reported; removed ports on a surviving node appear in ChangedNode.ChangedPorts.
"Added""PortChanged"