Struct Binary.TagList | Kinematica | 0.5.0-preview.1
docs.unity.cn
    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 © 2020 Unity Technologies
    Generated by DocFX