useHDRDisplay
Switch the main display to HDR mode (if available).
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Property
- Namespace: UnityEditor
- Assembly: UnityEditor
public static bool useHDRDisplay { get; set; }
Remarks
Enabling this setting will also enable PlayerSettings.allowHDRDisplaySupport to make sure all the resources required for using HDR Displays are included in the build.
Additional Resources: PlayerSettings.allowHDRDisplaySupport.