docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface ISpriteLibraryCategory

    Represents a Sprite Library's category.

    Namespace: UnityEngine.U2D.Animation
    Assembly: solution.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
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)