| MaterialInstanceEffectBindings Property |
Gets a read-only collection of effect bindings used by this material instance.
Namespace: DigitalRune.Graphics.SceneGraphAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public ICollection<EffectBinding> EffectBindings { get; }
Public ReadOnly Property EffectBindings As ICollection(Of EffectBinding)
Get
public:
property ICollection<EffectBinding^>^ EffectBindings {
ICollection<EffectBinding^>^ get ();
}
member EffectBindings : ICollection<EffectBinding> with get
Property Value
Type:
ICollectionEffectBindingA read-only collection of effect bindings used by this material instance.
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