Enum MotionBlurMode
Option to control motion blur Mode.
Namespace: UnityEngine.Rendering.Universal
Assembly: Unity.RenderPipelines.Universal.Runtime.dll
Syntax
public enum MotionBlurMode
  Fields
| Name | Description | 
|---|---|
| CameraAndObjects | Use this if you need object motion blur.  | 
      
| CameraOnly | Use this if you don't need object motion blur.  |