spine_point_attachment_create method
Implementation
spine_point_attachment spine_point_attachment_create(
ffi.Pointer<ffi.Char> name,
) {
return _spine_point_attachment_create(
name,
);
}
spine_point_attachment spine_point_attachment_create(
ffi.Pointer<ffi.Char> name,
) {
return _spine_point_attachment_create(
name,
);
}