想实现移动Spine的骨骼,是一个手指,求解决办法?

1 getRuntimeData方法有试过,但是JSB不支持
2 this.HandSpine.findBone(‘PaiBei’).data 改变里面的x y,不报错,但是模拟器下没有效果
3 this.HandSpine.findSlot(‘PaiBei’).data.boneData 这个会报错

求解决方案

大佬解决了嘛?

let bone = this._skeleton.findBone(boneName); bone.x = x, bone.y=y;