Constructor SpriteLibraryCategory
SpriteLibraryCategory(string, IEnumerable<SpriteLibraryLabel>)
Constructs a new category.
Declaration
public SpriteLibraryCategory(string categoryName, IEnumerable<SpriteLibraryLabel> categoryLabels)
Parameters
| Type | Name | Description |
|---|---|---|
| string | categoryName | Category's name. |
| IEnumerable<SpriteLibraryLabel> | categoryLabels | Collection of labels in a category. |