getSoftness method

double getSoftness()

For two bone IK, the target bone's distance from the maximum reach of the bones where rotation begins to slow. The bones will not straighten completely until the target is this far out of range.

Implementation

double getSoftness() {
  return _bindings.spine_ik_constraint_get_softness(_constraint);
}