3.x之后的createWithSpriteFrames要怎么使用
Animation* Animation::createWithSpriteFrames(const Vector& frames, float delay/* = 0.0f*/, unsigned int loops/* = 1*/) ``` 第一个参数要传什么?? 传std::vector v 报错 2.x时候第一个参数为CCArray :12:抱歉,看错了。看到Vector就以为是stl的vector了 cocos2d-x有一个Vector