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.
我想在我的游戏背景中使用 Cocos2D XNA for windows phone 7 显示一个网页。我发现了很多关于如何在 iOS 上创建它的示例,但没有关于 XNA
让我知道可能的方法。原谅我的英语。
为此,您必须将网页渲染为 texture2d,然后将 texture2d 显示为 CCSprite。这在 XNA 中并非易事。