我的 Xcode4 找不到 CCribbon

My Xcode4 cannot find CCRibbon(我的 Xcode4 找不到 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的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

java.lang.IllegalStateException: SimpleTypeImpl should not be created for error type(异常:不应为错误类型创建SimpleTypeImpl)
userContentController never called back from JS injection(用户内容控制器从未从JS注入回调)
Android IllegalArgumentException: The tag for fragment_XXX is invalid. Received: layout-sw600dp/fragment_XXX_0(Android IlLegalArgumentException:Fragment_XXX的标签无效。收到:Layout-sw600dp/Fragment_XXX_0)
How to make dataWithEPSInsideRect vector rather than bitmap in vector format?(如何用EPSInside Rect将dataWithEPSInside Rect变成矢量而不是位图的矢量格式?)
HTTPS request using volley(使用 volley 的 HTTPS 请求)
Error: Name not maching for self signed SSL certificates on Android(错误:Android 上自签名 SSL 证书的名称不匹配)