getC method

double getC()

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

Implementation

double getC() {
  return _bindings.spine_bone_get_c(_bone);
}