Version: 2020.2
言語: 日本語
public int GetSprites (Sprite[] sprites);

パラメーター

sprites Array of Sprite that will be filled.

戻り値

int The size of the returned array.

説明

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

The clones will use the packed texture of this atlas. Using the action of SpriteAtlasManager.RequestAtlasCallback will not affect these clones.

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.


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

パラメーター

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

説明

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

Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961