spine_skeleton_get_slots method

spine_array_slot spine_skeleton_get_slots(
  1. spine_skeleton self
)

Implementation

spine_array_slot spine_skeleton_get_slots(
  spine_skeleton self,
) {
  return _spine_skeleton_get_slots(
    self,
  );
}