# transparencyMode

> Sets the transparency mode of the window.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine.Windowing.EmbeddedLinux](/engine/6000.7/script-reference/unityengine/windowing/embeddedlinux.md)
* **Assembly:** UnityEngine.EmbeddedLinuxWindowingGatedModule

```csharp
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](/engine/6000.7/script-reference/unityengine/windowing/transparencymode.md).
