Method GetSprite
GetSprite(string, string)
Return the Sprite that is registered for the given Category and Label for the SpriteLibrary
Declaration
public Sprite GetSprite(string category, string label)
Parameters
| Type | Name | Description |
|---|---|---|
| string | category | Category name |
| string | label | Label name |
Returns
| Type | Description |
|---|---|
| Sprite | Sprite associated to the name and index |