spine_linked_mesh_create2 method

spine_linked_mesh spine_linked_mesh_create2(
  1. spine_mesh_attachment mesh,
  2. Pointer<Char> skin,
  3. int slotIndex,
  4. int sourceIndex,
  5. Pointer<Char> source,
  6. bool inheritTimelines,
)

Implementation

spine_linked_mesh spine_linked_mesh_create2(
  spine_mesh_attachment mesh,
  ffi.Pointer<ffi.Char> skin,
  int slotIndex,
  int sourceIndex,
  ffi.Pointer<ffi.Char> source,
  bool inheritTimelines,
) {
  return _spine_linked_mesh_create2(
    mesh,
    skin,
    slotIndex,
    sourceIndex,
    source,
    inheritTimelines,
  );
}