TerraForge3D  2.3.1
3D Terrain And Landscape Generator

◆ RenderImGui()

void Module::RenderImGui ( void *  imguiContext)

Module ImGui Render Function.

For Internal Use Only

Definition at line 23 of file Module.cpp.

24{
25 ImGui::SetCurrentContext(static_cast<ImGuiContext *>(imguiContext));
27}
virtual void OnImGuiRender()=0
OnImGuiRender.