bones property
ArrayBonePose
get
bones
The bones that will be modified by this path constraint.
Implementation
ArrayBonePose get bones {
final result = SpineBindings.bindings.spine_path_constraint_get_bones(_ptr);
return ArrayBonePose.fromPointer(result);
}