Function GeometrySingleton.makeAtlas

Given an array of Vector2s representing tiles, builds an atlas. The returned dictionary has two keys: points is a vector of Vector2 that specifies the positions of each tile, size contains the overall size of the whole atlas as Vector2.

Dictionary makeAtlas (
  const(PoolArray!(godot.core.vector2.Vector2)) sizes
) nothrow @nogc;