docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct SpriteCategory

    Structure that defines a Sprite Library Category.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetType()
    Namespace: UnityEditor.U2D.Animation
    Assembly: solution.dll
    Syntax
    [Serializable]
    public struct SpriteCategory

    Properties

    labels

    Get and set the Sprites registered to this category.

    Declaration
    public List<SpriteCategoryLabel> labels { get; set; }
    Property Value
    Type Description
    List<SpriteCategoryLabel>

    name

    Get and set the name for the Sprite Category

    Declaration
    public string name { get; set; }
    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)