spine_skeleton_get_attachment method

spine_attachment spine_skeleton_get_attachment(
  1. spine_skeleton skeleton,
  2. int slotIndex,
  3. Pointer<utf8> attachmentName
)

Implementation

spine_attachment spine_skeleton_get_attachment(
  spine_skeleton skeleton,
  int slotIndex,
  ffi.Pointer<utf8> attachmentName,
) {
  return _spine_skeleton_get_attachment(
    skeleton,
    slotIndex,
    attachmentName,
  );
}