docs.unity.cn
    Show / Hide Table of Contents

    Interface IDevelopmentSettings

    Use the developer settings interface to access and change settings which are available only in development mode.

    Namespace: UnityEngine.AdaptivePerformance
    Syntax
    public interface IDevelopmentSettings

    Properties

    Logging

    Returns true if logging was enabled in StartupSettings.

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

    LoggingFrequencyInFrames

    Adjust the frequency in frames at which the application logs frame statistics to the console. This is only relevant when logging is enabled.

    Declaration
    int LoggingFrequencyInFrames { 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