Get this single instance.
- Returns
- Returns this single instance.
Definition at line 18 of file SlateStyleLayout.cpp.
19 {
21
23 {
24 m_Layout = std::make_shared<SlateStyleLayout>();
25 }
26
28 }
#define SPICES_PROFILE_ZONE
static std::shared_ptr< SlateStyleLayout > m_Layout
SlateStyleLayout single instance.
Referenced by Spices::ImguiMainMenu::OnRender().