getA method

double getA()

Part of the world transform matrix for the X axis. If changed, updateAppliedTransform should be called.

Implementation

double getA() {
  return _bindings.spine_bone_get_a(_bone);
}