2
3
4
5
9#include "Slate/Imgui/ImguiUtils.h"
14
15
16
22
23
24
25
27 const std::string& panelName ,
32
33
37
38
39
43
44
48
49
#define SPICES_PROFILE_ZONEN(...)
#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.
virtual void OnEvent(Event &event) override
This interface is called On Global Event Function Pointer is called.
ImguiDisplayOptions(const std::string &panelName, FrameInfo &frameInfo)
Constructor Function.
virtual void OnUpdate(TimeStep &ts) override
This interface is called On SlateSystem Update.
virtual ~ImguiDisplayOptions() override=default
Destructor Function.
virtual void OnRender() override
This interface is called On SlateRenderer Render.
The ImguiDisplayOptions Class. This class defines how to render a edit menu.
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...
This Class handles our engine time step during frames. Global Unique.