ChangeKinds
The categories of changes that affected this node, as a set of ChangeKind flags.
Read time 1 minuteLast updated 7 days ago
Definition
- Type: Property
- Namespace: Unity.GraphToolkit.Editor
- Assembly: UnityEditor
public ChangeKind ChangeKinds { get; }
Remarks
Contains ChangeKind.Added when the node was added, and ChangeKind.PortChanged when any port on the node changed (inspect ChangedNode.ChangedPorts for details), in addition to any change categories reported by the graph (e.g. ChangeKind.Data, ChangeKind.Layout).