GetOutgoingTransitions()
Retrieves the transitions that originate from this state.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Method
- Namespace: Unity.GraphToolkit.Editor
- Assembly: UnityEditor
public IEnumerable<ITransition> GetOutgoingTransitions()
Returns
Type | Description |
|---|---|
| IEnumerable<ITransition> | An |
Remarks
A self transition is anchored on both the incoming and outgoing side of its state, so it appears in the results of both State.GetIncomingTransitions and State.GetOutgoingTransitions.