Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


PerformanceMode

The performance mode enum describes what is currently the active performance mode of the stystem.
Read time 1 minuteLast updated 5 days ago

Definition

public enum PerformanceMode

Fields

Value

Description

BatteryPerformance is limited as mode is set to preserve battery.
CPUPerformance mode is accelerates CPU.
GPUPerformance mode is accelerates GPU.
OptimizePerformance mode is optimized and may be a mix of accelerating both CPU and GPU.
StandardDefault performance mode.
UnknownPerformance mode is unknown.