Struct Binary.TagList | Kinematica | 0.5.0-preview.1
docs.unity3d.com
    Show / Hide Table of Contents

    Struct Binary.TagList

    Tag lists are created during the runtime asset build process based on the annotations that have been made at authoring time. Each unique combination of tags that is used for annotation purposes generates a unique tag list which is accessible via an index. This scheme is used extensively to speed up the execution of queries.

    Namespace: Unity.Kinematica
    Syntax
    public struct TagList

    Fields

    numIndices

    Denotes the size of the tax index list.

    Declaration
    public int numIndices
    Field Value
    Type Description
    Int32

    tagIndicesIndex

    Denotes the starting index relative to the global list of tag indices.

    Declaration
    public int tagIndicesIndex
    Field Value
    Type Description
    Int32

    See Also

    Binary.Segment
    Binary.Interval
    Query
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023