SpiecsEngine
 
Loading...
Searching...
No Matches

◆ GetPanelSize()

ImVec2 & Spices::ImguiSlate::GetPanelSize ( )
inlineinherited

Get Panel Size.

Returns
Returns the Panel Size.

Definition at line 114 of file ImguiUtils.h.

114{ return m_PanelSize; }
ImVec2 m_PanelSize
This slate's size.
Definition ImguiUtils.h:151