求助,studio里面的序列帧怎么替换图片

打个比方:我用studio做了一个披风抖动的序列帧动画,然后想换另外一种披风,我只想把已经做好的序列帧的图片替换,怎么做?

把图一起拖到layer上就行了,就是这么简单。:14:

是在程序中替换图片吗?
替换图片可以参考test示例:TestUseMutiplePicture

大致代码如下
Skin *skin = Skin::createWithSpriteFrameName(ImagePath);
Bone *bone = armature->getBone(“weapon”);
bone->addDisplay(skin, index);
bone->changeDisplayWithIndex(index, true);