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];
I've looked at similar questions but nothing quite fits. I have an object which happens to contain a List. I'd like to get it into something I can enumerate.
For example:
object listObject;