TerraForge3D  2.3.1
3D Terrain And Landscape Generator

◆ NodeEditorNode()

NodeEditorNode::NodeEditorNode ( int  id = GenerateUID())

Definition at line 210 of file NodeEditor.cpp.

211 :id(id)
212{
213 _id = id;
214 nodePosition = ImVec2(0, 0);
215}