Class SpriteLibraryCategory
Represents a Sprite Library's category.
Implements
Inherited Members
Namespace: UnityEditor.U2D.Animation
Assembly: solution.dll
Syntax
[Serializable]
public class SpriteLibraryCategory : ISpriteLibraryCategory
Constructors
| Name | Description |
|---|---|
| SpriteLibraryCategory(string, IEnumerable<SpriteLibraryLabel>) | Constructs a new category. |
Properties
| Name | Description |
|---|---|
| labels | List of labels in category. |
| name | Category's name. |