docs.unity3d.com
Search Results for

    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
    Assembly: Unity.AdaptivePerformance.dll
    Syntax
    public enum PerformanceControlMode

    Fields

    Name Description
    Automatic

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

    Manual

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

    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.

    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)