| EffectParameterArrayBindingTOnUpdate Method |
Called when the effect parameter value needs to be updated.
Namespace: DigitalRune.Graphics.EffectsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax protected override void OnUpdate(
RenderContext context
)
Protected Overrides Sub OnUpdate (
context As RenderContext
)
protected:
virtual void OnUpdate(
RenderContext^ context
) override
abstract OnUpdate :
context : RenderContext -> unit
override OnUpdate :
context : RenderContext -> unit
Parameters
- context
- Type: DigitalRune.GraphicsRenderContext
The render context.
Remarks Notes to Inheritors: It is not necessary to call OnUpdate(RenderContext) of
the base class in derived classes.
See Also