Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


CpuLevel

The requested CPU performance level. Higher levels typically allow CPU cores to run at higher clock speeds. The consequence is that thermal warnings and throttling might happen sooner when the device cannot sustain high clock speeds. Changes are applied once per frame. It is recommended to set the CpuLevel as low as possible to save power. The valid value range is [ Constants.MinCpuPerformanceLevel, IDevicePerformanceControl.MaxCpuPerformanceLevel ].
Read time 1 minuteLast updated 11 days ago

Definition

int CpuLevel { get; set; }