SpiecsEngine
 
Loading...
Searching...
No Matches

◆ IsResizedThisFrame()

bool Spices::ImguiSlate::IsResizedThisFrame ( ) const
inlineinherited

Get boolean of whether resized this frame.

Returns
Returns true if resized.

Definition at line 138 of file ImguiUtils.h.

138{ return m_IsResized; }
bool m_IsResized
Boolean of whether resized this frame.
Definition ImguiUtils.h:186

References Spices::ImguiSlate::m_IsResized.