OperationMode
The operation mode that Adaptive Performance uses to prioritize how it adjusts application quality.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Enum
- Namespace: UnityEngine.AdaptivePerformance
- Assembly: UnityEngine.AdaptivePerformanceModule
public enum OperationMode
Remarks
Each operation mode is backed by an IAdaptivePerformanceModeProvider that applies the scaler and performance actions for that mode. Use IOperationModeStatus.CurrentOperationalModeProvider to read or change the active mode provider at runtime.
Fields
Value | Description |
|---|---|
| BatteryMode | Prioritizes battery life over performance. |
| NormalMode | Prioritizes the highest achievable frame rate. |