我目前正在尝试测试两个CGRects之间的冲突。通常在Objective C中,我使用CGRectIntersectsRect方法,但在Coso2d Android中,唯一可用的方法似乎是CGRect.containsRect,它不能按预期工作。还有其他方法必须为Android做这个吗?
答案 0 :(得分:1)
我在CGRect at github repo中找到了 intersects 方法,使用该函数来检查两个rect的交叉。
我还找到了一个issue logged with the same,并且还提到了解决方案。
答案 1 :(得分:0)
下载包含CGRect.intersects方法的.jar文件的更新版本