spine_skeleton_setup_pose method
Sets the bones, constraints, and slots to their setup pose values.
Implementation
void spine_skeleton_setup_pose(
spine_skeleton self,
) {
return _spine_skeleton_setup_pose(
self,
);
}
Sets the bones, constraints, and slots to their setup pose values.
void spine_skeleton_setup_pose(
spine_skeleton self,
) {
return _spine_skeleton_setup_pose(
self,
);
}