2
3
4
5
9#include "Slate/Imgui/ImguiUtils.h"
11#define MaxViewportNum 2
16
17
18
24
25
26
27
29 const std::string& panelName,
34
35
39
40
41
45
46
50
51
#define ICON_TEXT(icon, text)
#define SPICES_PROFILE_ZONE
This Class is the basic Event Class. Inherit from it and create specific event class.
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...
This Class handles our engine time step during frames. Global Unique.