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
基础教程推荐
- 在 gmail 中为 ios 应用程序检索朋友的朋友 2022-01-01
- 如何在 iPhone 上显示来自 API 的 HTML 文本? 2022-01-01
- android 应用程序已发布,但在 google play 中找不到 2022-01-01
- 当从同一个组件调用时,两个 IBAction 触发的顺序是什么? 2022-01-01
- 如何在没有IB的情况下将2个按钮添加到右侧的UINavigationbar? 2022-01-01
- 如何让对象对 Cocos2D 中的触摸做出反应? 2022-01-01
- 如何在 UIImageView 中异步加载图像? 2022-01-01
- Kivy Buildozer 无法构建 apk,命令失败:./distribute.sh -m “kivy"d 2022-01-01
- UIWebView 委托方法 shouldStartLoadWithRequest:在 WKWebView 中等效? 2022-01-01
- Android:对话框关闭而不调用关闭 2022-01-01