OptionCount
The number of options defined in the state.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Property
- Namespace: Unity.GraphToolkit.Editor
- Assembly: UnityEditor
public int OptionCount { get; }
Examples
var optionCount = myState.OptionCount;