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