View
The generated view for this state. Add custom UI to IStateView.Root.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Property
- Namespace: Unity.GraphToolkit.Editor
- Assembly: UnityEditor
public IStateView View { get; }
Remarks
This property is set before any callback fires. Its IStateView.Root is the VisualElement that hosts both the built-in state UI and any custom UI you add.