| DRSubmeshContentLocalMaterial Property |
Gets or sets the local material of this submesh, which is used if the model description (XML
file) is missing or incomplete.
Namespace: DigitalRune.Graphics.Content.PipelineAssembly: DigitalRune.Graphics.Content.Pipeline (in DigitalRune.Graphics.Content.Pipeline.dll) Version: 1.2.0.0 (1.2.0.14454)
Syntax public DRMaterialContent LocalMaterial { get; set; }
Public Property LocalMaterial As DRMaterialContent
Get
Set
public:
property DRMaterialContent^ LocalMaterial {
DRMaterialContent^ get ();
void set (DRMaterialContent^ value);
}
member LocalMaterial : DRMaterialContent with get, set
Property Value
Type:
DRMaterialContent
The local material of this submesh, which is used if the model description (XML file) is
missing or incomplete.
Remarks See Also