Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GpuLevel

The requested GPU performance level. Higher levels typically allow the GPU 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 GpuLevel as low as possible to save power. The valid value range is [ Constants.MinGpuPerformanceLevel, IDevicePerformanceControl.MaxGpuPerformanceLevel ].
Read time 1 minuteLast updated 6 days ago

Definition

int GpuLevel { get; set; }