spine_atlas_get_image_path method

Pointer<utf8> spine_atlas_get_image_path(
  1. spine_atlas atlas,
  2. int index
)

Implementation

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