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.
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.
Member Name | Summary |
---|---|
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. |