docs.unity.cn
    Show / Hide Table of Contents

    Class AdaptivePerformanceIndexerSettings

    Settings of indexer system.

    Inheritance
    Object
    AdaptivePerformanceIndexerSettings
    Namespace: UnityEngine.AdaptivePerformance
    Syntax
    [Serializable]
    public class AdaptivePerformanceIndexerSettings

    Properties

    active

    Returns true if Indexer was active, false otherwise.

    Declaration
    public bool active { get; set; }
    Property Value
    Type Description
    Boolean

    performanceActionDelay

    Delay after any scaler is applied or unapplied because of performance state.

    Declaration
    public float performanceActionDelay { get; set; }
    Property Value
    Type Description
    Single

    thermalActionDelay

    Delay after any scaler is applied or unapplied because of thermal state.

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