0

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

_game.GraphicsDevice.Clear(Color.Transparent);

但它没有用。

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

你能帮我弄清楚吗?
问题图片

4

0 回答 0