Click or drag to resize
DigitalRuneGraphicsManagerEffectInterpreters Property
Gets or sets the effect interpreters.

Namespace: DigitalRune.Graphics
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public EffectInterpreterCollection EffectInterpreters { get; }

Property Value

Type: EffectInterpreterCollection
The effect interpreters.

Implements

IGraphicsServiceEffectInterpreters
Remarks

Per default, the collection contains a StockEffectInterpreter, a DefaultEffectInterpreter, a SceneEffectInterpreter and a Dxsas08EffectInterpreter.

Effect interpreters at the start of the collection have higher priority.

See Also