GetStates()
Retrieves all states in the state machine.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Method
- Namespace: Unity.GraphToolkit.Editor
- Assembly: UnityEditor
public IEnumerable<IState> GetStates()
Returns
Type | Description |
|---|---|
| IEnumerable<IState> | An |
Remarks
Use this method to access every state in the state machine. States are returned in the order they were created.
The list includes:
-
Your own States