My Xcode4 cannot find CCRibbon(我的 Xcode4 找不到 CCribbon)
问题描述
我在我的 Mac 上安装了 cocos2D 2.0 beta.
I installed cocos2D 2.0 beta on my Mac.
但是,我的 Xcode4 找不到 CCRibbon 的类.
But, my Xcode4 cannot find the class of CCRibbon.
所以,我在模板中查找 CCRibbon,但没有 CCRibbon.
So, I look for CCRibbon in the templates, but there is no CCRibbon.
我认为可能是一个不稳定的版本,但我不确定.
Maybe it's an unstable version I think, but I'm not sure.
如何在我的 Xcode 上使用 CCRibbon?
How can I use CCRibbon on my Xcode?
我要安装旧版本的 cocos2D 吗?
Do I install old version of cocos2D?
推荐答案
Cocos2D 2.0 beta 不包含 CCRibbon,但 v1.x 包含.
Cocos2D 2.0 beta does not include CCRibbon, but v1.x does.
我不知道有任何重新添加 CCribbon 的计划.我认为它不太可能再次添加,因为它只是几乎没有使用的类之一,并且需要将该类重写为着色器程序.
I'm not aware of any plans to re-add CCRibbon. I consider it unlikely that it will be added again because it's just one of the classes that were hardly used at all, and would require rewriting the class as a shader program.
这篇关于我的 Xcode4 找不到 CCribbon的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:我的 Xcode4 找不到 CCribbon


基础教程推荐
- Android:getLastKnownLocation(LocationManager.NETWORK_PROVIDER 2022-01-01
- 通过重定向链接在 Google Play 中打开应用 2022-01-01
- 如何从 logcat 中删除旧数据? 2022-01-01
- iOS4 创建后台定时器 2022-01-01
- iPhone - 获取给定地点/时区的当前日期和时间并将其与同一地点的另一个日期/时间进行比较的正确方法 2022-01-01
- Cocos2d iPhone 非矩形精灵触摸检测 2022-01-01
- AdMob 广告未在模拟器中显示 2022-01-01
- navigator.geolocation.getCurrentPosition 在 Android 浏览器上 2022-01-01
- libGDX 从精灵或纹理中获取像素颜色 2022-01-01
- NSString intValue 不能用于检索电话号码 2022-01-01