spine_slot_get_pose method
The unconstrained pose for this object, set by animations and application code.
Implementation
spine_slot_pose spine_slot_get_pose(
spine_slot self,
) {
return _spine_slot_get_pose(
self,
);
}
The unconstrained pose for this object, set by animations and application code.
spine_slot_pose spine_slot_get_pose(
spine_slot self,
) {
return _spine_slot_get_pose(
self,
);
}