State
The StateView<T>.State instance this view customizes.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Property
- Namespace: Unity.GraphToolkit.Editor
- Assembly: UnityEditor
public T State { get; }
Remarks
This property is set before any callback fires. Use it to read the state's data (such as State.Title) when building custom UI.