Struct SpriteCategoryList
A structure to hold a collection of SpriteCategory
Inherited Members
Namespace: UnityEditor.U2D.Animation
Assembly: solution.dll
Syntax
[Serializable]
public struct SpriteCategoryList
Properties
categories
Get or set the a list of SpriteCategory
Declaration
public List<SpriteCategory> categories { get; set; }
Property Value
Type | Description |
---|---|
List<SpriteCategory> |