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