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.
我有一个三层的场景,并且在最顶层启用了触摸。在触摸该层一次时,会多次调用 ccTouchesEnded(几乎 15 次)。我无法追踪这种行为的原因。
我最好的猜测是:你确定这一层只添加一次吗?如果该层类的实例已添加 15 次,它将解释您看到的问题。在添加特定层的位置设置断点,以查看它是否恰好被多次添加。