docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface IApplicationLifecycle

    This interface describes how the Adaptive Performance provider lifecycle behaves.

    Namespace: UnityEngine.AdaptivePerformance.Provider
    Assembly: Unity.AdaptivePerformance.dll
    Syntax
    public interface IApplicationLifecycle

    Methods

    ApplicationPause()

    Called before an application pauses. To be called from MonoBehaviour.OnApplicationPause.

    Declaration
    void ApplicationPause()

    ApplicationResume()

    Called after an application resumes. To be called from MonoBehaviour.OnApplicationPause.

    Declaration
    void ApplicationResume()
    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)