| SimpleMotionBlurReset Method |
Note: This API is now obsolete.
Resets the motion blur effect. (The next frame will not be blurred.)
Namespace: DigitalRune.Graphics.PostProcessingAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax [ObsoleteAttribute("The method SimpleMotionBlur.Reset() is obsolete. Use CameraNode.InvalidateViewDependentData() instead.")]
public void Reset()
<ObsoleteAttribute("The method SimpleMotionBlur.Reset() is obsolete. Use CameraNode.InvalidateViewDependentData() instead.")>
Public Sub Reset
public:
[ObsoleteAttribute(L"The method SimpleMotionBlur.Reset() is obsolete. Use CameraNode.InvalidateViewDependentData() instead.")]
void Reset()
[<ObsoleteAttribute("The method SimpleMotionBlur.Reset() is obsolete. Use CameraNode.InvalidateViewDependentData() instead.")>]
member Reset : unit -> unit
Remarks
This method should be called if there was a cut in the visual scene and the next frame
should not be blurred.
See Also