ChangedVariable
Describes a single variable that was added, or modified, paired with the categories of changes that affected it.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Struct
- Namespace: Unity.GraphToolkit.Editor
- Assembly: UnityEditor
public readonly struct ChangedVariable
Remarks
A removed IVariable does not have a matching .
ChangedVariableFor a usage example, see GraphChanges or StateMachineChanges.
Properties
Property | Description |
|---|---|
| ChangeKinds | The categories of changes that affected this variable, as a set of ChangeKind flags. |
| ID | The unique identifier of the variable. |
| Variable | The variable that was modified. |