docs.unity3d.com
    Show / Hide Table of Contents

    Class MotionBlur

    Inheritance
    Object
    VolumeComponent
    MotionBlur
    Inherited Members
    VolumeComponent.active
    VolumeComponent.OnEnable()
    VolumeComponent.OnDisable()
    VolumeComponent.Override(VolumeComponent, Single)
    VolumeComponent.SetAllOverridesTo(Boolean)
    VolumeComponent.GetHashCode()
    VolumeComponent.OnDestroy()
    VolumeComponent.Release()
    VolumeComponent.displayName
    VolumeComponent.parameters
    Namespace: UnityEngine.Rendering.Universal
    Syntax
    [Serializable]
    [VolumeComponentMenu("Post-processing/Motion Blur")]
    public sealed class MotionBlur : VolumeComponent, IPostProcessComponent

    Fields

    clamp

    Declaration
    [Tooltip("Sets the maximum length, as a fraction of the screen's full resolution, that the velocity resulting from Camera rotation can have. Lower values will improve performance.")]
    public ClampedFloatParameter clamp
    Field Value
    Type Description
    ClampedFloatParameter

    intensity

    Declaration
    [Tooltip("The strength of the motion blur filter. Acts as a multiplier for velocities.")]
    public ClampedFloatParameter intensity
    Field Value
    Type Description
    ClampedFloatParameter

    mode

    Declaration
    [Tooltip("The motion blur technique to use. If you don't need object motion blur, CameraOnly will result in better performance.")]
    public MotionBlurModeParameter mode
    Field Value
    Type Description
    MotionBlurModeParameter

    quality

    Declaration
    [Tooltip("The quality of the effect. Lower presets will result in better performance at the expense of visual quality.")]
    public MotionBlurQualityParameter quality
    Field Value
    Type Description
    MotionBlurQualityParameter

    Methods

    IsActive()

    Declaration
    public bool IsActive()
    Returns
    Type Description
    Boolean
    Implements
    IPostProcessComponent.IsActive()

    IsTileCompatible()

    Declaration
    public bool IsTileCompatible()
    Returns
    Type Description
    Boolean
    Implements
    IPostProcessComponent.IsTileCompatible()
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023