cocos2d-js3.0中AnimationData没有绑定jsb!

在js中不管使用

var armature = ccs.Armature.create(fileName);
var animationData = armature.getAnimationData() ;

var animationData = ccs.armatureDataManager.getAnimationData(“hero”);

都会报错.

进入c++ jsb代码发现
js_proxy_t jsProxy = js_get_or_create_proxycocostudio::AnimationData(cx, (cocostudio::AnimationData)ret);
jsProxy返回为null, 搜索代码发现没有cocostudio::AnimationData类的js绑定代码.

我是想通过获取AnimationData 检查其中动画名是否存在.

github上已经绑定,请更新到最新的Cocos2d-JS.

谢谢