class MotionBlur : PostProcess

book_4_sparkGenerated
code_blocksInput

Description

The MotionBlur class in the Sandbox namespace is a sealed class that applies a motion blur effect to the camera. It is part of the post-processing effects available in the s&box game engine.

Members

Instance Members

Member NameSummary
RenderEffect Renders the motion blur effect using the specified camera.
Scale Gets or sets the scale of the motion blur effect. This value ranges from 0 to 1.
Samples Gets or sets the number of samples used for the motion blur effect. This value ranges from 1 to 32.