|
enum | ColourByMaterialType { None,
All,
MouseOver
} |
|
|
property String | ModelName |
|
property String | MaterialName |
|
property String | Supplements |
|
property ColourByMaterialType | ColourByMaterial |
|
property String GUILayer::ModelVisSettings::MaterialName |
Initial value:{
String^ get()
{
return clix::marshalString<clix::E_UTF8>(_object->_materialName);
}
void set(String^ value)
property String GUILayer::ModelVisSettings::ModelName |
Initial value:{
String^ get()
{
return clix::marshalString<clix::E_UTF8>(_object->_modelName);
}
void set(String^ value)
property String GUILayer::ModelVisSettings::Supplements |
Initial value:{
String^ get()
{
return clix::marshalString<clix::E_UTF8>(_object->_supplements);
}
void set(String^ value)
The documentation for this class was generated from the following files: