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% 的精灵,如果触摸点在隐藏部分,则返回但不激活回调函数。
没有默认函数,也许你需要创建自己的类来处理它。
您可以尝试创建一个 CCNode 的子类,其具有可变的 CCRect 作为可触摸区域,或者您可以尝试读取 Image Raw 数据并检测触摸位置像素是否透明。