Click or drag to resize
DigitalRuneDRMaterialContentDefinition Property
Gets or sets the imported material definition (XML file).

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 XDocument Definition { get; set; }

Property Value

Type: XDocument
The imported material definition (XML file).
See Also