getTarget method
The bone that is the IK target.
Implementation
Bone getTarget() {
return Bone._(_bindings.spine_ik_constraint_get_target(_constraint));
}
The bone that is the IK target.
Bone getTarget() {
return Bone._(_bindings.spine_ik_constraint_get_target(_constraint));
}