DefineNode()
Defines the structure of the node by building its ports and options.
Read time 1 minuteLast updated 7 days ago
Definition
- Type: Method
- Namespace: Unity.GraphToolkit.Editor
- Assembly: UnityEditor
public void DefineNode()
Remarks
This method calls both Node.OnDefineOptions and Node.OnDefinePorts to allow custom definition of the node.