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.

struct GeometrySingleton
@nogc nothrow
Dictionary
makeAtlas
(
in PoolVector2Array sizes
)

Meta