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

PerformanceMode

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

The performance mode enum describes what is currently the active performance mode of the stystem.

Properties

Property Description
Unknown Performance mode is unknown.
Standard Default performance mode.
Optimize Performance mode is optimized and may be a mix of accelerating both CPU and GPU.
CPU Performance mode is accelerates CPU.
GPU Performance mode is accelerates GPU.
Battery Performance is limited as mode is set to preserve battery.