Root
The root VisualElement of the node, to which custom UI can be added.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Property
- Namespace: Unity.GraphToolkit.Editor
- Assembly: UnityEditor
VisualElement Root { get; }
Remarks
The contents of are cleared each time the node returns from being culled. Cache any custom UI you allocated in NodeView<T>.OnViewBuilt and re-add it from NodeView<T>.OnCullingChanged when is false.
RootcullingEnabled