2
3
4
5
10#include "Systems/SlateSystem.h"
15 const std::string& panelName ,
27
28
31 if (ImGui::BeginMenu(ss.str().c_str()))
34
35
36 if (ImGui::MenuItem(
ICON_TEXT(ICON_MD_CHECK, Viewport0))) {}
37 if (ImGui::MenuItem(
ICON_TEXT(ICON_MD_CHECK, Viewport1))) {}
40
41
#define ICON_TEXT(icon, text)
#define SPICES_PROFILE_ZONE
FrameInfo Class. This class defines the FrameInfo data.
ImguiSlate(const std::string &panelName, FrameInfo &frameInfo)
Constructor Function. Init with Slate's name.
std::string m_PanelName
This slate's name.
This Class defines the basic behaves of specific slate. When we add an new Slate, we need inherit fro...