SpiecsEngine
Loading...
Searching...
No Matches
ImguiContentBrowser.cpp
Go to the documentation of this file.
1
/**
2
* @file ImguiContentBrowser.cpp.
3
* @brief The ImguiContentBrowser Class Implementation.
4
* @author Spices.
5
*/
6
7
#
include
"Pchheader.h"
8
#
include
"ImguiContentBrowser.h"
9
10
namespace
Spices
{
11
12
void
ImguiContentBrowser
::
OnRender
()
13
{
14
SPICES_PROFILE_ZONE
;
15
16
/**
17
* @brief Begin render ContentBrowser.
18
*/
19
Begin();
20
21
/**
22
* @todo Remove it.
23
*/
24
//ImGui::ShowDemoWindow();
25
//ImGui::ShowDebugLogWindow();
26
//ImPlot::ShowDemoWindow();
27
28
/**
29
* @brief End render ContentBrowser.
30
*/
31
End
();
32
}
33
}
SPICES_PROFILE_ZONE
#define SPICES_PROFILE_ZONE
Definition
TracyProfilerWrapper.h:100
Spices::ImguiContentBrowser::OnRender
virtual void OnRender() override
This interface is called On SlateRenderer Render.
Definition
ImguiContentBrowser.cpp:12
Spices::ImguiContentBrowser
The ImguiContentBrowser Class. This class defines how to render a Content Browser.
Definition
ImguiContentBrowser.h:18
Spices::ImguiSlate::End
void End()
End a slate.
Definition
ImguiUtils.cpp:58
Spices
Definition
EntryPoint.cpp:4
SpicesEngine
src
Slate
Imgui
ImguiContentBrowser.cpp
Generated on Sun Mar 8 2026 10:24:14 for SpiecsEngine by
1.10.0