Data used to construct a layer.
#include <GeometryDataContainers.h>
Public Attributes | |
std::string | m_name |
The name of the layer. | |
bool | m_bDisplayed = false |
Whether objects on the layer are displayed or not. | |
size_t | m_nMaterialIndex = UNUSED_INDEX |
Default material for objects on this layer. | |
bool WSM::LayerData::m_bDisplayed = false |
Whether objects on the layer are displayed or not.
std::string WSM::LayerData::m_name |
The name of the layer.
size_t WSM::LayerData::m_nMaterialIndex = UNUSED_INDEX |
Default material for objects on this layer.