Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 UWP 应用程序,我使用 SwapChainPanel 插入 MonoGame。在渲染()中:
_game.GraphicsDevice.Clear(Color.Transparent);
但它没有用。
<Grid Background="White"> <SwapChainPanel x:Name="swapChainPanel"> </SwapChainPanel> </Grid>
你能帮我弄清楚吗? 问题图片