Click or drag to resize
DigitalRuneGraphicsManagerEffectBinders Property
Gets or sets the effect binders.

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

Property Value

Type: EffectBinderCollection
The effect binders.

Implements

IGraphicsServiceEffectBinders
Remarks

Per default, the collection contains a StockEffectBinder, a DefaultEffectBinder, and a SceneEffectBinder.

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

See Also