Function VisualServerSingleton.lightmapCaptureSetBounds

Sets the size of the area covered by the lightmap capture. Equivalent to BakedLightmapData.bounds.

void lightmapCaptureSetBounds (
  const(RID) capture,
  const(AABB) bounds
) nothrow @nogc;