Click or drag to resize
DigitalRuneDRModelProcessorCreateMissingModelDescription Property
Gets or sets the value of the Create Missing Model Description 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 CreateMissingModelDescription { get; set; }

Property Value

Type: Boolean
if a default model description file (*.drmdl) should be created if no model description file could be found.
See Also