setupPose property
SlotPose
get
setupPose
The setup pose that most animations are relative to.
Implementation
SlotPose get setupPose {
final result = SpineBindings.bindings.spine_slot_data_get_setup_pose(_ptr);
return SlotPose.fromPointer(result);
}