active
Describes whether HDR output is currently active on the display. It is true if this is the case, and @@false@ otherwise.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Property
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
public bool active { get; }
Remarks
The value of this poperty can change at runtime as a consequence of calling HDROutputSettings.RequestHDRModeChange. It is also possible that Unity can alter this value at runtime when responding to system or application level events.