Version: 2018.4

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.

関連項目: PackTextures.