Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


lowPowerModeEnabled

Indicates whether Low Power Mode is enabled on the device.
Read time 1 minuteLast updated 7 days ago

Definition

  • Type: Property
  • Namespace: UnityEngine.iOS
  • Assembly: UnityEngine.CoreModule
public static bool lowPowerModeEnabled { get; }

Remarks

While the Low Power Mode is enabled, iOS conserves battery life by enacting certain energy-saving measures, such as reducing CPU and GPU performance and reducing screen brightness. While it is active your app can take appropriate steps to reduce activity or quality settings to maintain an acceptable performance level.