Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ChangedTransitions

The transitions that were added or modified in this change event.
Read time 1 minuteLast updated 6 days ago

Definition

public IReadOnlyList<ChangedTransition> ChangedTransitions { get; }

Remarks

Each entry's ChangedTransition.ChangeKinds indicates the kind of change (for example,
"Added"
or
"Data"
). Changes to a transition's rules and conditions are reported as ChangeKind.Data on the transition that owns them.