Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Opaque

Explicitly disable window transparency and alpha blending.
Read time 1 minuteLast updated 11 days ago

Definition

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.