Click or drag to resize
DigitalRuneDRMaterialProcessorDefaultEffectFile Property
Gets or sets the path of the default DirectX effect 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
[DefaultValueAttribute("")]
public virtual string DefaultEffectFile { get; set; }

Property Value

Type: String
The path of the default DirectX effect file.
Remarks
If the model does not contain effect code or reference a effect file, then the default effect file will be used. If DefaultEffectType is set to CustomEffect, then this property must specify a DirectX effect file. (The path of the filename is relative to the content root directory.)
See Also