Click or drag to resize
DigitalRuneDRModelProcessorCreateMissingMaterialDefinition Property
Gets or sets the value of the Create Missing Material Definition processor parameter.

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
[DefaultValueAttribute(true)]
public bool CreateMissingMaterialDefinition { get; set; }

Property Value

Type: Boolean
if material description file (*.drmat) should be created for submeshes if no material definition file could be found.
See Also