Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


DefineNode()

Defines the structure of the node by building its ports and options.
Read time 1 minuteLast updated 7 days ago

Definition

public void DefineNode()

Remarks

This method calls both Node.OnDefineOptions and Node.OnDefinePorts to allow custom definition of the node.