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.
ドラッグ アンド ドロップされたオブジェクトを検出しようとしています。長方形から円を検出するにはどうすればよいですか。kineticjs がこの種のイベント検出器を提供しているかどうかはわかりません。四角形オブジェクトから円オブジェクトを検出する方法を教えてください。
ポイント( 1 )と交差するレイヤー内の形状を検出できます。おそらくそれが質問への最も近い答えです。
var shapes = mylayer.getIntersections(point)