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