Click or drag to resize
DigitalRuneDREffectType Enumeration
Specifies the effect type.

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 enum DREffectType
Members
  Member nameValueDescription
AlphaTestEffect0 The predefined effect that supports alpha testing.
BasicEffect1 The predefined basic rendering effect.
DualTextureEffect2 The predefined effect that supports two-layer multitexturing.
EnvironmentMapEffect3 The predefined effect that supports environment mapping.
SkinnedEffect4 The predefined effect for rendering skinned models.
CustomEffect5 A custom effect.
See Also