Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

public readonly struct ChangedVariable

Remarks

A removed IVariable does not have a matching
ChangedVariable
.
For a usage example, see GraphChanges or StateMachineChanges.

Properties

Property

Description

ChangeKindsThe categories of changes that affected this variable, as a set of ChangeKind flags.
IDThe unique identifier of the variable.
VariableThe variable that was modified.