getMix method

double getMix()

A percentage (0-1) that controls the mix between the constrained and unconstrained rotation.

For two bone IK: if the parent bone has local nonuniform scale, the child bone's local Y translation is set to 0.

Implementation

double getMix() {
  return _bindings.spine_ik_constraint_data_get_mix(_data);
}