GetIncomingTransitions()
Retrieves the transitions that go to this state.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: Unity.GraphToolkit.Editor
- Assembly: UnityEditor
IEnumerable<ITransition> GetIncomingTransitions()
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().