getTarget method

Bone getTarget()

The target bone whose world transform will be copied to the constrained bones.

Implementation

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