| DREffectType Enumeration |
Specifies the effect type.
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 Enumeration DREffectType
public enum class DREffectType
Members
| Member name | Value | Description |
---|
| AlphaTestEffect | 0 |
The predefined effect that supports alpha testing.
|
| BasicEffect | 1 |
The predefined basic rendering effect.
|
| DualTextureEffect | 2 |
The predefined effect that supports two-layer multitexturing.
|
| EnvironmentMapEffect | 3 |
The predefined effect that supports environment mapping.
|
| SkinnedEffect | 4 |
The predefined effect for rendering skinned models.
|
| CustomEffect | 5 |
A custom effect.
|
See Also