Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


transparentSwapchain

Sets AlphaMode on the swap chain to DXGI_ALPHA_MODE_PREMULTIPLIED.
Read time 1 minuteLast updated 10 days ago

Definition

  • Type: Property
  • Namespace: UnityEditor
  • Assembly: UnityEditor.CoreModule
public static bool transparentSwapchain { get; set; }

Remarks

This setting is only used for UWP projects that use the XAML build type. By enabling this setting, you will be able to compose Unity content with other XAML content in your application. Note that because the swapchain assumes premultiplied alpha, you may need to make adjustments to your content to achieve the expected output, particularly for transparent content.