TerraForge3D  2.3.1
3D Terrain And Landscape Generator

◆ Setup()

void NodeEditorNode::Setup ( )

Definition at line 297 of file NodeEditor.cpp.

298{
299 for (NodeEditorPin *pin : inputPins)
300 {
301 pin->parent = this;
302 }
303
304 for (NodeEditorPin *pin : outputPins)
305 {
306 pin->parent = this;
307 }
308}