SpiecsEngine
 
Loading...
Searching...
No Matches

◆ GetName()

const std::string & Spices::ImguiSlate::GetName ( ) const
inlineinherited

Get this panel Name.

Returns
Returns this panel Name.

Definition at line 144 of file ImguiUtils.h.

144{ return m_PanelName; }
std::string m_PanelName
This slate's name.
Definition ImguiUtils.h:161

References Spices::ImguiSlate::m_PanelName.

Referenced by Spices::ImguiFloatingInfo::OnRender(), and Spices::ImguiViewportToolBar::OnRender().