docs.unity.cn
    Show / Hide Table of Contents

    Enum ScalerTarget

    Bottleneck flags that the scaler targets.

    Namespace: UnityEngine.AdaptivePerformance
    Syntax
    [Flags]
    public enum ScalerTarget

    Fields

    Name Description Value
    CPU

    The scaler targets the CPU and attempts to reduce the CPU load.

    FillRate

    The scaler targets fillrate, often at the expense of visual quality.

    GPU

    The scaler targets the GPU and attempts to reduce the GPU load.

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Thursday, July 21, 2022
    Terms of use