getTarget method

Slot getTarget()

The slot whose path attachment will be used to constrained the bones.

Implementation

Slot getTarget() {
  return Slot._(_bindings.spine_path_constraint_get_target(_constraint));
}