ChangeKinds
The categories of changes that affected this subgraph state, as a set of ChangeKind flags.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Property
- Namespace: Unity.GraphToolkit.Editor
- Assembly: UnityEditor
public ChangeKind ChangeKinds { get; }
Remarks
Contains ChangeKind.Added when the subgraph state was added to the state machine, and ChangeKind.Topology when the transitions connected to it changed, in addition to any change categories reported by the state machine (for example, ChangeKind.Data).