spine_path_attachment_create method

spine_path_attachment spine_path_attachment_create(
  1. Pointer<Char> name
)

Implementation

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