GetOutgoingTransitions()
Retrieves the transitions that originate from this state.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: Unity.GraphToolkit.Editor
- Assembly: UnityEditor
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 IState.GetIncomingTransitions() and IState.GetOutgoingTransitions().