spine_atlas_get_image_path method
Implementation
ffi.Pointer<utf8> spine_atlas_get_image_path(
spine_atlas atlas,
int index,
) {
return _spine_atlas_get_image_path(
atlas,
index,
);
}
ffi.Pointer<utf8> spine_atlas_get_image_path(
spine_atlas atlas,
int index,
) {
return _spine_atlas_get_image_path(
atlas,
index,
);
}