SpiecsEngine
 
Loading...
Searching...
No Matches

◆ GetIsDrawWindow()

bool Spices::Material::GetIsDrawWindow ( ) const
inline

Get boolean of whether draw a material window.

Returns
the boolean of whether draw a material window.

Definition at line 170 of file Material.h.

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

References m_IsDrawWindow.