Function ArrayMesh.lightmapUnwrap

Will perform a UV unwrap on the ArrayMesh to prepare the mesh for lightmapping.

godot.core.defs.GodotError lightmapUnwrap (
  const(Transform) transform,
  const(double) texel_size
) nothrow @nogc;