docs.unity.cn
    Show / Hide Table of Contents

    Enum PerformanceBottleneck

    The performance bottleneck enum describes what is currently limiting the system.

    Namespace: UnityEngine.AdaptivePerformance
    Syntax
    public enum PerformanceBottleneck

    Fields

    Name Description Value
    CPU

    Framerate is limited by CPU processing.

    GPU

    Framerate is limited by GPU processing.

    TargetFrameRate

    Framerate is limited by Application.targetFrameRate. In this case, you should consider lowering the application's performance requirements (see AutomaticPerformanceControl).

    Unknown

    Framerate bottleneck is unknown.

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