docs.unity.cn
    Show / Hide Table of Contents

    Struct ClusterInfo

    The cluster info describes the CPU Cluster setup.

    Namespace: UnityEngine.AdaptivePerformance
    Syntax
    public struct ClusterInfo

    Properties

    BigCore

    Number of big cores supported by the CPU.

    Declaration
    public int BigCore { readonly get; set; }
    Property Value
    Type Description
    Int32

    LittleCore

    Number of little cores supported by the CPU.

    Declaration
    public int LittleCore { readonly get; set; }
    Property Value
    Type Description
    Int32

    MediumCore

    Number of medium cores supported by the CPU.

    Declaration
    public int MediumCore { readonly get; set; }
    Property Value
    Type Description
    Int32
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Thursday, July 21, 2022
    Terms of use