SpriteAtlas.GetSprites

Declaration

public int GetSprites(Sprite[] sprites);

Parameters

sprites Array of Sprite that will be filled.

Returns

int The size of the returned array.

Description

Clone all the Sprite in this atlas and fill them into the supplied array.

The array will not be resized if it doesn't contain enough elements to be filled. Please use SpriteAtlas.spriteCount to determine the size for the array.

Due to the nature of the packing algorithm, Sprites in this list are sorted by their area size, in descending order.


Declaration

public int GetSprites(Sprite[] sprites, string name);

Parameters

sprites Array of Sprite that will be filled.
name The name of the Sprite.

Description

Clone all the Sprite matching the name in this atlas and fill them into the supplied array.


Did you find this page useful? Please give it a rating: