Click or drag to resize
DigitalRuneDRSubmeshContentLocalMaterial 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.Pipeline
Assembly: 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; }

Property Value

Type: DRMaterialContent
The local material of this submesh, which is used if the model description (XML file) is missing or incomplete.
Remarks
This property is only used, if ExternalMaterial is .
See Also