Click or drag to resize
DigitalRuneRenderContextMaterialInstanceBinding Property
Gets or sets the effect binding of the current material instance.

Namespace: DigitalRune.Graphics
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public EffectBinding MaterialInstanceBinding { get; set; }

Property Value

Type: EffectBinding
The effect binding of the current material instance; or if no material is currently used.
See Also