interface in UnityEngine.AdaptivePerformance.Provider
This interface describes how the Adaptive Performance provider lifecycle behaves.
| Method | Description |
|---|---|
| ApplicationPause | Called before an application pauses. To be called from MonoBehaviour.OnApplicationPause. |
| ApplicationResume | Called after an application resumes. To be called from MonoBehaviour.OnApplicationPause. |