docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Property identifiers

    identifiers

    Identifiers for each point in the point cloud. This array is parallel to positions and confidenceValues. Use identifiers.IsCreated to check if these exist.

    Declaration
    public NativeArray<ulong> identifiers { get; set; }
    Property Value
    Type Description
    NativeArray<ulong>
    Remarks

    Identifiers are unique to a particular session, which means you can use the identifier to match a particular point in the point cloud with a previously detected point.

    In This Article
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Friday, September 22, 2023