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"
9
10namespace Spices {
11
13 {
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}
#define SPICES_PROFILE_ZONE
virtual void OnRender() override
This interface is called On SlateRenderer Render.
The ImguiContentBrowser Class. This class defines how to render a Content Browser.
void End()
End a slate.