TerraForge3D  2.3.1
3D Terrain And Landscape Generator

◆ Render()

void NodeEditorNode::Render ( )

Definition at line 201 of file NodeEditor.cpp.

202{
203 ImGui::PushID(id);
204 ImGuiNodeEditor::BeginNode(id);
205 OnRender();
206 ImGuiNodeEditor::EndNode();
207 ImGui::PopID();
208}