docs.unity3d.com
    Show / Hide Table of Contents

    Enum PerformanceControlMode

    Enum used to describe the performance control mode used by Adaptive Performance. Can be read from PerformanceControlMode.

    Namespace: UnityEngine.AdaptivePerformance
    Syntax
    public enum PerformanceControlMode

    Fields

    Name Description Value
    Automatic

    Adaptive Performance controls performance levels automatically (default). This mode is enabled by setting AutomaticPerformanceControl to true.


    0
    Manual

    You can control performance levels via CpuLevel and GpuLevel. This mode is enabled by setting AutomaticPerformanceControl to false.


    1
    System

    The operating system controls performance levels. This happens if manual control is not supported or if the system is in a thermal throttling state, at which point the operating system takes over control automatically.


    2
    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