Click or drag to resize
DigitalRuneDRMaterialProcessorDefaultEffectType Property
Gets or sets the type of the default effect.

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(DREffectType.BasicEffect)]
public virtual DREffectType DefaultEffectType { get; set; }

Property Value

Type: DREffectType
The type of the default effect.
Remarks
If the model does not contain effect code or reference a effect file, then the default effect file will be used. If the type is CustomEffect, then DefaultEffectFile must be set.
See Also