IApplicationLifecycle
This interface describes how the Adaptive Performance provider lifecycle behaves.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Interface
- Namespace: UnityEngine.AdaptivePerformance.Provider
- Assembly: UnityEngine.AdaptivePerformanceModule
public interface IApplicationLifecycle
Methods
Method | Description |
|---|---|
| ApplicationPause | Called before an application pauses. To be called from |
| ApplicationResume | Called after an application resumes. To be called from |