如何在 CCRibbon 或 CCMotionStreak 中查找点?
在我的游戏中,我需要检查对象与使用 CCMotionStreak(或 CCRibbon)绘制的线之间的碰撞...为此,我需要条纹中的点...但是,我无法获取它们...有人可以帮助检索 CCMotionStreak 或 CCRibbon 中显示的当前尚未褪色的点吗?
任何帮助将不胜感激...
问候,
Suraj
In my game, I need to check collision between an object and a line drawn using CCMotionStreak( or CCRibbon)... For that I need the points in the streak... But, I'm not able to get them... Can somebody please help to retrieve the current points being displayed in a CCMotionStreak or CCRibbon that's not faded yet?
Any help will be greatly appreciated...
Regards,
Suraj
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不确定您是否可以访问它,但有一个可用的数组..
由于CCMotionStreak使用CCRibbon..有一个名为segments_的可变数组_
它存储所有当前可见的色带..
希望它有帮助..
i'm not sure if you can access it but there is an array available..
Since CCMotionStreak uses CCRibbon.. There is a mutablearray called segments_
It stores all the current visible ribbons..
Hope it helps..