docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct ClusterInfo

    The cluster info describes the CPU Cluster setup.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: UnityEngine.AdaptivePerformance
    Assembly: Unity.AdaptivePerformance.dll
    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
    int

    LittleCore

    Number of little cores supported by the CPU.

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

    MediumCore

    Number of medium cores supported by the CPU.

    Declaration
    public int MediumCore { readonly get; set; }
    Property Value
    Type Description
    int
    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)