Interface ISpriteLibraryCategory
Represents a Sprite Library's category.
네임스페이스: UnityEngine.U2D.Animation
어셈블리: Unity.2D.Animation.Runtime.dll
구문
public interface ISpriteLibraryCategory
프로퍼티
labels
Labels contained in the Category.
선언
IEnumerable<ISpriteLibraryLabel> labels { get; }
프로퍼티 값
| 타입 | 설명 |
|---|---|
| IEnumerable<ISpriteLibraryLabel> |
name
Category's name.
선언
string name { get; }
프로퍼티 값
| 타입 | 설명 |
|---|---|
| string |