auto nodetest = CSLoader::getInstance()->createNodeWithFlatBuffersFile("asdfff.csb");
auto nodetimeline = CSLoader::createTimeline("asdfff.csb");
nodetest->setPosition( Vec2(500,500) );
_roleRootNode->addChild( nodetest );
nodetest->runAction( nodetimeline );
nodetimeline->gotoFrameAndPlay(0);
在游戏中加载多个csb播放动画的时候 界面很卡
不知道没有有预加载或是别的什么方案
求指点