Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Node

The NodeView<T>.Node instance this view customizes.
Read time 1 minuteLast updated 7 days ago

Definition

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.