---
title: rendersMotionBlur
framework: arkit
role: symbol
role_heading: Instance Property
path: arkit/arscnview/rendersmotionblur
---

# rendersMotionBlur

Determines whether the view renders motion blur.

## Declaration

```swift
var rendersMotionBlur: Bool { get set }
```

## Discussion

Discussion This property is enabled by default. When set, the view automatically adds motion blur to rendered content which matches the visual characteristics of the motion blur ARKit observes in the camera feed.

The value of this property overwrites the motionBlurIntensity of SCNCamera.

## See Also

### Managing Rendering Effects

- [rendersCameraGrain](arkit/arscnview/renderscameragrain.md)
