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 2.x。请让我知道以下语句的替换是什么,因为共享管理器已被弃用。?
[[CCActionManager sharedManager] resumeTarget:sprite];
这很简单:
[[[CCDirector sharedDirector] actionManager] resumeTarget: sprite];