Enum PerformanceMode
The performance mode enum describes what is currently the active performance mode of the stystem.
Namespace: UnityEngine.AdaptivePerformance
Syntax
public enum PerformanceMode
Fields
| Name | Description | Value |
|---|---|---|
| Unknown | Performance mode is unknown. |
0 |
| Standard | Default performance mode. |
1 |
| Optimize | Performance mode is optimized and may be a mix of accelerating both CPU and GPU. |
2 |
| CPU | Performance mode is accelerates CPU. |
3 |
| GPU | Performance mode is accelerates GPU. |
4 |
| Battery | Performance is limited as mode is set to preserve battery. |
5 |