| MaterialEffectBindings Property |
Gets a collection of effect bindings used by this material.
Namespace: DigitalRune.GraphicsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public DictionaryTKey, TValueValueCollection EffectBindings { get; }
Public ReadOnly Property EffectBindings As DictionaryTKey, TValueValueCollection
Get
public:
property DictionaryTKey, TValueValueCollection^ EffectBindings {
DictionaryTKey, TValueValueCollection^ get ();
}
member EffectBindings : DictionaryTKey, TValueValueCollection with get
Property Value
Type:
DictionaryTKey, TValueValueCollectionA collection of effect bindings used by this material.
Remarks
The order of the effect bindings in the returned
ICollectionT is
unspecified, but it is guaranteed to be the same order as the corresponding render passes in
the
ICollectionT returned by the
EffectBindings property.
See Also