spine_atlas_load_callback method
spine_atlas_result
spine_atlas_load_callback(
- Pointer<
Char> atlasData, - Pointer<
Char> atlasDir, - spine_texture_loader_load_func load,
- spine_texture_loader_unload_func unload,
Implementation
spine_atlas_result spine_atlas_load_callback(
ffi.Pointer<ffi.Char> atlasData,
ffi.Pointer<ffi.Char> atlasDir,
spine_texture_loader_load_func load,
spine_texture_loader_unload_func unload,
) {
return _spine_atlas_load_callback(
atlasData,
atlasDir,
load,
unload,
);
}