如何使 MonoGame 的背景透明?

问题描述

我有一个 UWP 应用程序,我使用 SwapChainPanel 插入 MonoGame。 在渲染()中:

_game.GraphicsDevice.Clear(Color.Transparent);

但是没有用。

<Grid Background="White">
    <SwapChainPanel x:Name="swapChainPanel">
    </SwapChainPanel>
</Grid>

你能帮我弄清楚吗?
Problem picture

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)