Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
Closesizes | 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.