Enum MotionBlurQuality
Options to control the quality the motion blur effect.
Namespace: UnityEngine.Rendering.Universal
Assembly: Unity.RenderPipelines.Universal.Runtime.dll
Syntax
public enum MotionBlurQuality
Fields
Name | Description |
---|---|
High | Use this to select high motion blur quality. |
Low | Use this to select low motion blur quality. |
Medium | Use this to select medium motion blur quality. |