Click or drag to resize
DigitalRuneSimpleMotionBlurOnDisable Method
Called when this post-processor is disabled.

Namespace: DigitalRune.Graphics.PostProcessing
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
protected override void OnDisable()
Remarks
This method is called when the post-processor was previously enabled (Enabled = ) and was set to disabled (Enabled = ).
See Also