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.
ノードの可視四角形を取得するには? スプライトの 50% を非表示にする必要がある場合があります。タッチ ポイントが非表示の部分にある場合は、コールバック関数をアクティブにせずに戻るだけです。
デフォルトの関数はありません。それを処理するには、独自のクラスを作成する必要があるかもしれません。
タッチ可能領域として変更可能な CCRect を使用して CCNode のサブクラスを作成するか、Image Raw データを読み取って、タッチ位置のピクセルが透明かどうかを検出することができます。