SpiecsEngine
 
Loading...
Searching...
No Matches

◆ SetWindowState()

void Spices::ImguiSlate::SetWindowState ( bool isSlateOn)
inlineinherited

Set Slate is render able or not.

Parameters
[in]isSlateOnThe boolean of render able.

Definition at line 106 of file ImguiUtils.h.

106{ m_IsSlateOn = isSlateOn; }

References Spices::ImguiSlate::m_IsSlateOn.