Options
The options defined on this state.
Read time 1 minuteLast updated 7 days ago
Definition
- Type: Property
- Namespace: Unity.GraphToolkit.Editor
- Assembly: UnityEditor
public IEnumerable<IStateOption> Options { get; }
Examples
foreach (var option in myState.Options) Debug.Log(option.Name);