PreferredBackBufferWidth 和 PreferredBackBufferHeight (XNA 4.0) 的默认值?
如果我没有将值设置为 PreferredBackBufferWidth 和 PreferredBackBufferHeight,窗口游戏也会显示。那么这些默认值是什么呢?
If I don't set values into PreferredBackBufferWidth and PreferredBackBufferHeight, window game also display. So what are these default values ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
从适用于 Windows Phone 的 XNA 4.0 和 VS Express 2010 启动各种示例应用程序,它们的默认宽度往往为 854,默认高度为 480。这可能是因为 XNA 团队确实希望更多地关注 Windows Phone 7 开发,而测试 WP7 程序的理想分辨率是 854x480。
Launching various sample apps from XNA 4.0 and VS Express 2010 for Windows Phone, they tend to be 854 for the default width and 480 for the default height. This is probably because the XNA team really wants to focus more on Windows Phone 7 development and an ideal resolution to test WP7 programs is 854x480.