Click or drag to resize
DigitalRuneMaterialEffectBindings Property
Gets a collection of effect bindings used by this material.

Namespace: DigitalRune.Graphics
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public DictionaryTKey, TValueValueCollection EffectBindings { get; }

Property Value

Type: DictionaryTKey, TValueValueCollection
A collection of effect bindings used by this material.
Remarks
See Also