Version: 2021.1
言語: 日本語
public static void Remove (U2D.SpriteAtlas spriteAtlas, Object[] objects);

パラメーター

objects Object in the array you wish to remove.

説明

Remove objects from the atlas's packable objects list.

If there are multiple of the exact same Object stored inside the atlas, all copies will be removed at once.

See Also: SpriteAtlasExtensions.Add.