Enum PerformanceMode
The performance mode enum describes what is currently the active performance mode of the stystem.
Namespace: UnityEngine.AdaptivePerformance
Assembly: Unity.AdaptivePerformance.dll
Syntax
public enum PerformanceMode
Fields
| Name | 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. |