Texture2D.GenerateAtlas(Vector2[],int,int)

매뉴얼로 전환

파라미터

sizesAn array of rectangle dimensions.
paddingAmount of padding to insert between adjacent rectangles in the atlas.
atlasSizeThe size of the atlas.

반환

void If the function succeeds, this will contain the packed rectangles. Otherwise, the return value is null.

설명

Packs a set of rectangles into a square atlas, with optional padding between rectangles.

See Also: PackTextures.