TerraForge3D  2.3.1
3D Terrain And Landscape Generator

◆ Link()

void NodeEditorPin::Link ( NodeEditorLink link)

Definition at line 105 of file NodeEditor.cpp.

106{
107 link = lnk;
108
109 if (link->from->id == id)
110 {
111 other = link->to;
112 }
113
114 else
115 {
116 other = link->from;
117 }
118}