spine_path_attachment_create method
Implementation
spine_path_attachment spine_path_attachment_create(
ffi.Pointer<ffi.Char> name,
) {
return _spine_path_attachment_create(
name,
);
}
spine_path_attachment spine_path_attachment_create(
ffi.Pointer<ffi.Char> name,
) {
return _spine_path_attachment_create(
name,
);
}