docs.unity3d.com
    Show / Hide Table of Contents

    Struct AdaptivePerformanceProfilerStats.ScalerInfo

    ScalerInfo is a struct used to collect and send scaler info to the profile collectively.

    Inherited Members
    ValueType.Equals(Object)
    ValueType.GetHashCode()
    ValueType.ToString()
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetType()
    Namespace: Global Namespace
    Syntax
    public struct ScalerInfo

    Fields

    applied

    State if the scaler is currently applied.

    Declaration
    public uint applied
    Field Value
    Type Description
    UInt32

    currentLevel

    The current level of the scaler.

    Declaration
    public int currentLevel
    Field Value
    Type Description
    Int32

    enabled

    If the scaler is currently enabled.

    Declaration
    public uint enabled
    Field Value
    Type Description
    UInt32

    maxLevel

    The maximum level of the scaler.

    Declaration
    public int maxLevel
    Field Value
    Type Description
    Int32

    overrideLevel

    The override state of the scaler.

    Declaration
    public int overrideLevel
    Field Value
    Type Description
    Int32

    scale

    The actual scale of the scaler.

    Declaration
    public float scale
    Field Value
    Type Description
    Single

    scalerName

    The name of the scaler. 320 characters max.

    Declaration
    public byte *scalerName
    Field Value
    Type Description
    Byte*
    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