docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct SerializedPointCloudData

    Serialized container for recorded point cloud data

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Unity.MARS.Data.Recorded
    Assembly: Unity.MARS.dll
    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
    float[]

    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
    ulong[]

    Positions

    List of positions for points in this point cloud

    Declaration
    public Vector3[] Positions { get; set; }
    Property Value
    Type Description
    Vector3[]
    In This Article
    Back to top
    Copyright © 2025 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)