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.
既然 Cocos2d v2.0 不再有honorParentTransform,那我们应该用什么呢?
反向旋转不适用于粒子。
不要将其添加为子项,而是添加到同一个父项。然后在每次更新时同步位置。
PS:honorParentTransform 可能仍以不同的名称存在,请查看 API 参考以了解 CCNode 属性。