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.
WP7のxnaでスプライトをタップする方法は?どのスプライトがタップされているかを検出する方法は?スプライトIDまたは、タップした特定のスプライトの参照を取得するものを取得したいと思います。
XNA を使用してすぐに使用できる方法はありません。タップ座標を取得してから、それらの座標にスプライトがあるかどうかを手動で確認する必要があります。