cocos2d v3 fixed size screen mode

前端之家收集整理的这篇文章主要介绍了cocos2d v3 fixed size screen mode前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
// Use v3's new fixed size screen mode to make it easier to support multiple device scales and resolutions.
// It sets up Cocos2D with a 568x384 point "design size".
// On iPhone 4 you see the middle 480x320 of it and the rest is cropped.
// On iPhone 5 you see the middle 568x320 of it.
// On iPad you see the middle 512x384 of that. (It sets the iPad's content scale to 2 or 4 for retina)
CCSetupScreenMode: CCScreenModeFixed,
原文链接:https://www.f2er.com/cocos2dx/343406.html

猜你在找的Cocos2d-x相关文章