Version: Unity 6.7 Alpha (6000.7)
LanguageEnglish
  • C#

OperationMode

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 operation mode that Adaptive Performance uses to prioritize how it adjusts application quality.

Each operation mode is backed by an IAdaptivePerformanceModeProvider that applies the scaler and performance actions for that mode. Use IOperationModeStatus.CurrentOperationalModeProvider to read or change the active mode provider at runtime.

Properties

Property Description
NormalMode Prioritizes the highest achievable frame rate.
BatteryMode Prioritizes battery life over performance.