| DREffectBindingContentEffectType Property |
Gets or sets the type of the effect.
Namespace: DigitalRune.Graphics.Content.PipelineAssembly: DigitalRune.Graphics.Content.Pipeline (in DigitalRune.Graphics.Content.Pipeline.dll) Version: 1.2.0.0 (1.2.0.14454)
Syntax public DREffectType EffectType { get; set; }
Public Property EffectType As DREffectType
Get
Set
public:
property DREffectType EffectType {
DREffectType get ();
void set (DREffectType value);
}
member EffectType : DREffectType with get, set
Property Value
Type:
DREffectTypeThe type of the effect.
See Also