getB method

double getB()

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

Implementation

double getB() {
  return _bindings.spine_bone_get_b(_bone);
}