cocos2dx ccarmature有没有方法判断骨骼动画是否在执行或动画是否播放结束
在updata()中检测
if( armature -> getAnimation () -> isComplete() )
{
// …………
}