docs.unity.cn
    Show / Hide Table of Contents

    Interface IApplicationLifecycle

    This interface describes how the Adaptive Performance provider lifecycle behaves.

    Namespace: UnityEngine.AdaptivePerformance.Provider
    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()
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Thursday, July 21, 2022
    Terms of use