Method GetSprite
GetSprite(string, string)
Returns the Sprite registered in the Asset given the Category and Label value
Declaration
public Sprite GetSprite(string category, string label)
Parameters
| Type | Name | Description |
|---|---|---|
| string | category | Category string value |
| string | label | Label string value |
Returns
| Type | Description |
|---|---|
| Sprite |