PerformanceMode
The performance mode enum describes what is currently the active performance mode of the stystem.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Enum
- Namespace: UnityEngine.AdaptivePerformance
- Assembly: UnityEngine.AdaptivePerformanceModule
public enum PerformanceMode
Fields
Value | Description |
|---|---|
| Battery | Performance is limited as mode is set to preserve battery. |
| CPU | Performance mode is accelerates CPU. |
| GPU | Performance mode is accelerates GPU. |
| Optimize | Performance mode is optimized and may be a mix of accelerating both CPU and GPU. |
| Standard | Default performance mode. |
| Unknown | Performance mode is unknown. |