docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class TagCatalog

    The catalog storing tags.

    Inheritance
    object
    TagCatalog
    Namespace: UnityEngine.GameFoundation
    Assembly: solution.dll
    Syntax
    public class TagCatalog

    Methods

    Name Description
    ContainsTag(string)

    Tells whether or not this catalog contains a Tag instance with the specified id as key.

    ContainsTag(Tag)

    Tells whether or not this catalog contains the specified Tag instance.

    FindTag(string)

    Looks for a Tag by its id.

    GetTags()

    Returns an array of all the Tag instances of this catalog.

    GetTags(ICollection<Tag>)

    Fills in the given target collection with all the Tag instances of this catalog, and returns their count. The target collection is cleared before being populated.

    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)