getTarget method

SlotData getTarget()

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

Implementation

SlotData getTarget() {
  return SlotData._(_bindings.spine_path_constraint_data_get_target(_data));
}