getTarget method

Bone getTarget()

The bone that is the IK target.

Implementation

Bone getTarget() {
  return Bone._(_bindings.spine_ik_constraint_get_target(_constraint));
}