spine_skin_get_attachment method
spine_attachment
spine_skin_get_attachment(
- spine_skin self,
- int slotIndex,
- Pointer<
Char> placeholder
Implementation
spine_attachment spine_skin_get_attachment(
spine_skin self,
int slotIndex,
ffi.Pointer<ffi.Char> placeholder,
) {
return _spine_skin_get_attachment(
self,
slotIndex,
placeholder,
);
}