setTarget method

void setTarget(
  1. Bone target
)

Implementation

void setTarget(Bone target) {
  _bindings.spine_ik_constraint_set_target(_constraint, target._bone);
}