XLE  v0.02.0
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | Protected Attributes | List of all members
GUILayer::ModelVisSettings Class Reference

Public Types

enum  ColourByMaterialType { None, All, MouseOver }
 

Public Member Functions

std::shared_ptr< ToolsRig::ModelVisSettingsGetUnderlying ()
 
 ModelVisSettings (std::shared_ptr< ToolsRig::ModelVisSettings > attached)
 

Static Public Member Functions

static ModelVisSettings CreateDefault ()
 

Public Attributes

property String ModelName
 
property String MaterialName
 
property String Supplements
 
property ColourByMaterialType ColourByMaterial
 

Protected Attributes

clix::shared_ptr< ToolsRig::ModelVisSettings_object
 
VisCameraSettings _camSettings
 

Member Data Documentation

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: