spine_point_attachment_create method

spine_point_attachment spine_point_attachment_create(
  1. Pointer<Char> name
)

Implementation

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