spine_region_attachment_get_path method
Implementation
ffi.Pointer<utf8> spine_region_attachment_get_path(
spine_region_attachment attachment,
) {
return _spine_region_attachment_get_path(
attachment,
);
}
ffi.Pointer<utf8> spine_region_attachment_get_path(
spine_region_attachment attachment,
) {
return _spine_region_attachment_get_path(
attachment,
);
}