摘要: CCAction动作基类关系class CC_DLL CCAction : public CCObject {public: CCAction(void); virtual ~CCAction(void); const char* description(); virtual CCObject* copyWithZone(CCZone *pZone); //! return true if the action has finished virtual bool isDone(void); //! called before the a... 阅读全文
posted @ 2013-08-19 22:57 解放1949 阅读(241) 评论(0) 推荐(0) 编辑