getCompress method

bool getCompress()

For one bone IK, when true and the target is too close, the bone is scaled to reach it.

Implementation

bool getCompress() {
  return _bindings.spine_ik_constraint_get_compress(_constraint) == -1;
}