摘要: 3.27 精灵集合类(CCSpriteBatchNode)//以纹理来创建一个精灵集合对象static CCSpriteBatchNode* createWithTexture(CCTexture2D *tex, unsigned int capacity);//以图片文件来创建一个精灵集合对象static CCSpriteBatchNode* create(const char *fileImage, unsigned int capacity);3.2.8 精灵缓冲帧 (CCSpriteFrameCache)CCSpriteFrame//精灵帧类的属性 CCPoint m_obOff... 阅读全文
posted @ 2013-08-21 23:45 解放1949 阅读(457) 评论(0) 推荐(0)