| RenderContextMaterialInstanceBinding Property |
Gets or sets the effect binding of the current material instance.
Namespace: DigitalRune.GraphicsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public EffectBinding MaterialInstanceBinding { get; set; }
Public Property MaterialInstanceBinding As EffectBinding
Get
Set
public:
property EffectBinding^ MaterialInstanceBinding {
EffectBinding^ get ();
void set (EffectBinding^ value);
}
member MaterialInstanceBinding : EffectBinding with get, set
Property Value
Type:
EffectBinding
The effect binding of the current material instance; or
if no
material is currently used.
See Also