# ChangedTransitions

> The transitions that were added or modified in this change event.

## Definition

* **Type:** Property
* **Namespace:** [Unity.GraphToolkit.Editor](/engine/6000.7/script-reference/unity/graphtoolkit/editor.md)
* **Assembly:** UnityEditor

```csharp
public IReadOnlyList<ChangedTransition> ChangedTransitions { get; }
```

### Remarks

Each entry's [ChangedTransition.ChangeKinds](/engine/6000.7/script-reference/unity/graphtoolkit/editor/changedtransition/changekinds.md) indicates the kind of change (for example, `"Added"` or `"Data"`). Changes to a transition's rules and conditions are reported as [ChangeKind.Data](/engine/6000.7/script-reference/unity/graphtoolkit/editor/changekind/data.md) on the transition that owns them.
