SpiecsEngine
 
Loading...
Searching...
No Matches

◆ ImguiHelp()

Spices::ImguiHelp::ImguiHelp ( const std::string & panelName,
FrameInfo & frameInfo )

Constructor Function.

Parameters
[in]panelNameThe Slate's name to show.
[in]frameInfoThe Frame Date that in use.

Instance a ImguiAbout.

Instance a ImguiAbout.

Definition at line 15 of file ImguiHelp.cpp.

19 : ImguiSlate(panelName, frameInfo)
20 {
22
26 m_About = SlateSystem::GetRegister()->Register<ImguiAbout>(true, "About SpicesEngine");
27 }
#define SPICES_PROFILE_ZONE
std::shared_ptr< ImguiAbout > m_About
The shared pointer of ImguiAbout.
Definition ImguiHelp.h:62
ImguiSlate(const std::string &panelName, FrameInfo &frameInfo)
Constructor Function. Init with Slate's name.
Definition ImguiUtils.h:35
static std::shared_ptr< SlateRegister > GetRegister()
Get slate register.
Definition SlateSystem.h:67

References Spices::ImguiSlate::ImguiSlate().