Enum MotionBlurMode
Option to control motion blur Mode.
Namespace: UnityEngine.Rendering.Universal
Syntax
public enum MotionBlurModeFields
| Name | Description | Value | 
|---|---|---|
| CameraOnly | Use this if you don't need object motion blur. | 0 | 
| CameraAndObjects | Use this if you need object motion blur. | 1 |