Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


HDRModeChangeRequested

Describes whether the user has requested to change the HDR Output Mode. It is true if this is the case, and false otherwise.
Read time 1 minuteLast updated 11 days ago

Definition

  • Type: Property
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
public bool HDRModeChangeRequested { get; }

Remarks

Accessing this member results in an exception if HDR is not available on the display. Use HDROutputSettings.available for the display to check that HDR is available.