SpiecsEngine
 
Loading...
Searching...
No Matches

◆ SetIsDrawWindow()

void Spices::Material::SetIsDrawWindow ( bool isDrawWindow)
inline

Set boolean of whether draw a material window.

Parameters
[in]isDrawWindowthe boolean of whether draw a material window.

Definition at line 176 of file Material.h.

176{ m_IsDrawWindow = isDrawWindow; }
bool m_IsDrawWindow
True if this material needs to draw a window.
Definition Material.h:247

References m_IsDrawWindow.