Version: 2020.2
LanguageEnglish
  • C#

Screen.brightness

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

public static float brightness;

Description

The current brightness of the screen.

The value of this property is a number between 0.0 and 1.0. Currently only supported on iOS: brightness changes made by an app remain in effect until the device is locked, regardless of whether the app is closed. The system brightness is restored the next time the display is turned on.