spine_linked_mesh_create2 method
spine_linked_mesh
spine_linked_mesh_create2(
- spine_mesh_attachment mesh,
- Pointer<
Char> skin, - int slotIndex,
- int sourceIndex,
- Pointer<
Char> source, - 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,
);
}