2
3
4
5
10#include "Systems/SlateSystem.h"
16 const std::string& panelName ,
24
25
26 m_About = SlateSystem::GetRegister()->Register<ImguiAbout>(
true,
"About SpicesEngine");
34
35
36 if (ImGui::BeginMenu(m_PanelName.c_str()))
47
48
52
53
#define ICON_TEXT(icon, text)
#define SPICES_PROFILE_ZONE
FrameInfo Class. This class defines the FrameInfo data.
static void MainMenuTitleSeparator()
Draw main menu titile separator.
The ImGuiH Class. This class defines helper function for slate render.
virtual void OnRender() override
This interface is called On SlateRenderer Render.
ImguiHelp(const std::string &panelName, FrameInfo &frameInfo)
Constructor Function.
The ImguiHelp Class. This class defines how to render a Help.
ImguiSlate(const std::string &panelName, FrameInfo &frameInfo)
Constructor Function. Init with Slate's name.
This Class defines the basic behaves of specific slate. When we add an new Slate, we need inherit fro...