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.
如何在 xna 中为 WP7 获取精灵?如何检测点击了哪个精灵?我想获得精灵 id 或任何给我点击的特定精灵的参考的东西。
使用 XNA 没有开箱即用的方法可以做到这一点。您必须获取点击坐标,然后手动检查这些坐标中是否有精灵。