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
- 想使用ViewPager,无法识别android.support.*? 2022-01-01
- MalformedJsonException:在第1行第1列路径中使用JsonReader.setLenient(True)接受格式错误的JSON 2022-01-01
- 如何检查发送到 Android 应用程序的 Firebase 消息的传递状态? 2022-01-01
- 用 Swift 实现 UITextFieldDelegate 2022-01-01
- 使用自定义动画时在 iOS9 上忽略 edgesForExtendedLayout 2022-01-01
- android 4中的android RadioButton问题 2022-01-01
- Android - 拆分 Drawable 2022-01-01
- Android - 我如何找出用户有多少未读电子邮件? 2022-01-01
- 在测试浓缩咖啡时,Android设备不会在屏幕上启动活动 2022-01-01
- Android viewpager检测滑动超出范围 2022-01-01