Interface ISpriteLibraryCategory
Represents a Sprite Library's category.
Namespace: UnityEngine.U2D.Animation
Assembly: Unity.2D.Animation.Runtime.dll
Syntax
public interface ISpriteLibraryCategory
  Properties
labels
Labels contained in the Category.
Declaration
IEnumerable<ISpriteLibraryLabel> labels { get; }
  Property Value
| Type | Description | 
|---|---|
| IEnumerable<ISpriteLibraryLabel> | 
name
Category's name.
Declaration
string name { get; }
  Property Value
| Type | Description | 
|---|---|
| string |