Enum PerformanceControlMode
Namespace: UnityEngine.AdaptivePerformance
Syntax
public enum PerformanceControlMode
Fields
Name | Description |
---|---|
Automatic | Adaptive Performance controls performance levels automatically (default).
This mode is enabled by setting AutomaticPerformanceControl to |
Manual | You can control performance levels via CpuLevel and GpuLevel.
This mode is enabled by setting AutomaticPerformanceControl to |
System | The operating system controls performance levels. This happens in case manual control is not supported or if the system is in a thermal throttling state at which it takes over control automatically. |