cocos2D android 中的 ccpDistance() 函数
我正在 Cocos2D android 中开发一款游戏。 我发现 android cocos2D 中缺少一些函数,例如 ccpDistance()、ccpMidpoint() 等。我在哪里可以获得这些函数的库?
I am working on a game in Cocos2D android.
I found that some of the functions are missing in android cocos2D like ccpDistance(), ccpMidpoint() etc. where can I get the library for these?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 Cocos2d-android 库中,您将获得 CGPoint.java 类。它会
Inside Cocos2d-android library you will get CGPoint.java class.its will