Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 andengine 开发游戏。我想检测同一图像中两个不同对象之间的碰撞。附加的虚拟图像
使用的图像:bus.png 并且不想为硬币使用单独的图像。放置在同一张图片中(公共汽车和硬币)
玩家将在公共汽车上运行。需要检查玩家是否击中了这个硬币图像。? 它有什么方法可以检测同一图像内硬币的碰撞吗?
您可以将透明图像作为虚拟图像放置到硬币上,然后检查与玩家的碰撞。如果您在接触侦听器处实施物理实体检查