spine_bone_get_pose method
The unconstrained pose for this object, set by animations and application code.
Implementation
spine_bone_pose spine_bone_get_pose(
spine_bone self,
) {
return _spine_bone_get_pose(
self,
);
}
The unconstrained pose for this object, set by animations and application code.
spine_bone_pose spine_bone_get_pose(
spine_bone self,
) {
return _spine_bone_get_pose(
self,
);
}