docs.unity3d.com
Search Results for

    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
    Assembly: Unity.AdaptivePerformance.dll
    Syntax
    public interface IDevelopmentSettings

    Properties

    Logging

    Returns true if logging was enabled in StartupSettings.

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

    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
    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)