原生平台spine bone 设置rotation 不生效

  • Creator 版本:2.0.9

  • 目标平台: 模拟器

  • 原生平台spine bone 设置rotation 不生效。
    web平台是没问题的

      this.skeloton = this.node.getComponent(sp.Skeleton);
      this.skeloton.setAnimation(0,"run_zuo",true);
      this.bone = this.skeloton.findBone("zuoshou");
      this.bone.data.rotation = 0;
      this.skeloton.updateWorldTransform();