Version: 2022.3
언어: 한국어
public static bool GenerateAtlas (Vector2[] sizes, int padding, int atlasSize, List<Rect> results);

파라미터

sizes An array of rectangle dimensions.
padding Amount of padding to insert between adjacent rectangles in the atlas.
atlasSize The size of the atlas.
results If the function succeeds, Unity populates this with the packed rectangles.

반환

bool Returns true if the function succeeds. Otherwise, returns false.

설명

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

See Also: PackTextures.