Version: Unity 6.3 Beta (6000.3)
LanguageEnglish
  • C#

PerformanceControlMode

enumeration

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

Enum used to describe the performance control mode used by Adaptive Performance. Can be read from IDevicePerformanceControl.PerformanceControlMode.

Properties

Property Description
Automatic Adaptive Performance controls performance levels automatically (default). This mode is enabled by setting IDevicePerformanceControl.AutomaticPerformanceControl to true.
Manual You can control performance levels via IDevicePerformanceControl.CpuLevel and IDevicePerformanceControl.GpuLevel. This mode is enabled by setting IDevicePerformanceControl.AutomaticPerformanceControl to false.
System The operating system controls performance levels. This happens if manual control is not supported or if the system is in a thermal throttling state, at which point the operating system takes over control automatically.