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.
我在停止 windows phone xna 游戏时遇到问题。
我以为我可以使用:
timer.Stop(); timer.Start();
停止然后重新开始游戏。但这不起作用,停止很好,但在开始游戏时不会恢复。如何解决这个问题?
计时器是一个 GameTimer
PS。我使用的是 xna/silverlight 项目而不是纯 xna 游戏
看看游戏状态管理,http://create.msdn.com/en-US/education/catalog/sample/game_state_management
我刚发现
在 xna/silverlight 应用程序中工作。我的问题是另一个错误