transparencyMode
Sets the transparency mode of the window.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Property
- Namespace: UnityEngine.Windowing.EmbeddedLinux
- Assembly: UnityEngine.EmbeddedLinuxWindowingGatedModule
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.