getBendDirection method

int getBendDirection()

For two bone IK, controls the bend direction of the IK bones, either 1 or -1.

Implementation

int getBendDirection() {
  return _bindings.spine_ik_constraint_get_bend_direction(_constraint);
}