Cocos2D 0.99.5 CCDirector 像素格式?
我正在尝试在 CCDirector 中设置像素格式,但找不到该方法。
我的cocos2d版本好像没有这个方法?
奇怪的
I'm trying to set the pixel format in my CCDirector but i can't find the method.
It seems to me that my version of cocos2d doesn't have that method??
Strange
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在您的应用程序委托中,查找此行:
或搜索
,您会找到它..
In your app delegate, look for this line:
or search for
and you will find it..