softness property

double get softness

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 get softness {
  final result = SpineBindings.bindings.spine_ik_constraint_pose_get_softness(_ptr);
  return result;
}
set softness (double value)

Implementation

set softness(double value) {
  SpineBindings.bindings.spine_ik_constraint_pose_set_softness(_ptr, value);
}