docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Enum DynamicResScalePolicyType

    The type of dynamic resolution scaler. It essentially defines what the output of the scaler is expected to be.

    Namespace: UnityEngine.Rendering
    Assembly: Unity.RenderPipelines.Core.Runtime.dll
    Syntax
    public enum DynamicResScalePolicyType

    Fields

    Name Description
    ReturnsMinMaxLerpFactor

    If is the option, DynamicResolutionHandler expects the scaler to return a factor t in the [0..1] such that the final resolution percentage is determined by lerp(minimumPercentage, maximumPercentage, t), where the minimum and maximum percentages are the one set in the GlobalDynamicResolutionSettings.

    ReturnsPercentage

    If is the option, DynamicResolutionHandler expects the scaler to return a screen percentage. The value set will be clamped between the minimum and maximum percentage set in the GlobalDynamicResolutionSettings.

    Extension Methods

    AnalyticsUtils.ToNestedColumnWithDefault<DynamicResScalePolicyType>(DynamicResScalePolicyType, DynamicResScalePolicyType, bool)
    AnalyticsUtils.ToNestedColumn<DynamicResScalePolicyType>(DynamicResScalePolicyType, bool)
    AnalyticsUtils.ToNestedColumn<DynamicResScalePolicyType>(DynamicResScalePolicyType, DynamicResScalePolicyType)
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)