Method AddCategoryLabel
AddCategoryLabel(Sprite, string, string)
Add or replace and existing Sprite into the given Category and Label.
Declaration
public void AddCategoryLabel(Sprite sprite, string category, string label)
Parameters
| Type | Name | Description |
|---|---|---|
| Sprite | sprite | Sprite to add. |
| string | category | Category to add the Sprite to. |
| string | label | Label of the Category to add the Sprite to. If this parameter is null or an empty string, it will attempt to add a empty category. |