docs.unity3d.com
    Show / Hide Table of Contents

    Enum PerformanceMode

    The performance mode enum describes what is currently the active performance mode of the stystem.

    Namespace: UnityEngine.AdaptivePerformance
    Syntax
    public enum PerformanceMode

    Fields

    Name Description Value
    Unknown

    Performance mode is unknown.


    0
    Standard

    Default performance mode.


    1
    Optimize

    Performance mode is optimized and may be a mix of accelerating both CPU and GPU.


    2
    CPU

    Performance mode is accelerates CPU.


    3
    GPU

    Performance mode is accelerates GPU.


    4
    Battery

    Performance is limited as mode is set to preserve battery.


    5
    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