spine_slot_get_pose method

spine_slot_pose spine_slot_get_pose(
  1. spine_slot self
)

Implementation

spine_slot_pose spine_slot_get_pose(
  spine_slot self,
) {
  return _spine_slot_get_pose(
    self,
  );
}