Click or drag to resize
DigitalRuneIGraphicsServiceEffectBinders 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
EffectBinderCollection EffectBinders { get; }

Property Value

Type: EffectBinderCollection
The effect binders.
Remarks

User-defined IEffectBinder can be added to the collection to support new effect techniques and parameter bindings.

Any changes to EffectInterpreters or EffectBinders need to be made before the actual EffectBindings are created. The IEffectInterpreters and IEffectBinders are automatically applied when an new EffectBinding is created.

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

See Also