getTarget method

BoneData getTarget()

The bone that is the IK target.

Implementation

BoneData getTarget() {
  return BoneData._(_bindings.spine_ik_constraint_data_get_target(_data));
}