Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


transparencyMode

Sets the transparency mode of the window.
Read time 1 minuteLast updated 12 days ago

Definition

public TransparencyMode transparencyMode { get; set; }

Remarks

Specifies whether the window should support transparency. Options include Default (platform-determined), Transparent (enables alpha channel), or Opaque (no transparency).
Additional Resources: TransparencyMode.