Opaque
Explicitly disable window transparency and alpha blending.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Field
- Namespace: UnityEngine.Windowing
- Assembly: UnityEngine.WindowingModule
Opaque = 2
Remarks
When set to Opaque, the window is created without transparency support. This can improve performance when alpha blending is not needed, as it avoids the overhead of compositing transparent pixels.