spine_skeleton_get_attachment method
spine_attachment
spine_skeleton_get_attachment(
- spine_skeleton skeleton,
- int slotIndex,
- 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,
);
}