public Sprite GetSprite (string name);

Parameters

nameThe name of the Sprite.

Description

Clone the first Sprite in this atlas that matches the name packed in this atlas and return it.

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