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