docs.unity3d.com
    Show / Hide Table of Contents

    Struct SerializedPointCloudData

    Serialized container for recorded point cloud data

    Namespace: Unity.MARS.Data.Recorded
    Syntax
    [Serializable]
    [MovedFrom("Unity.MARS.Recording")]
    public struct SerializedPointCloudData

    Properties

    ConfidenceValues

    List of confidence values for points in this point cloud

    Declaration
    public float[] ConfidenceValues { get; set; }
    Property Value
    Type Description
    Single[]

    Id

    The id of this point cloud segment

    Declaration
    public MarsTrackableId Id { get; set; }
    Property Value
    Type Description
    MarsTrackableId

    Identifiers

    List of identifiers for points in this point cloud

    Declaration
    public ulong[] Identifiers { get; set; }
    Property Value
    Type Description
    UInt64[]

    Positions

    List of positions for points in this point cloud

    Declaration
    public Vector3[] Positions { get; set; }
    Property Value
    Type Description
    Vector3[]
    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