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.
キャンバス内にタグ'stopped'と。を持つオブジェクトがあるとします'flying'。
'stopped'
'flying'
このオブジェクトのいずれかが互いにオーバーラップしているかどうかを確認するにはどうすればよいですか?
あなたは方法を使うことができますfind_overlapping
find_overlapping
find_overlapping(x1, y1, x2, y2) => tuple
Returns a tuple of all items that overlap the given rectangle, or that are completely enclosed by it.
次に、結果リストをループしてタグを探します。