docs.unity3d.com
    显示 / 隐藏目录

    Struct SerializedPointCloudData

    Serialized container for recorded point cloud data

    Namespace: Unity.MARS.Recording
    Syntax
    [Serializable]
    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[]
    返回到顶部
    Copyright © 2023 Unity Technologies — 商标和使用条款
    • 法律条款
    • 隐私政策
    • Cookie
    • 不要出售或分享我的个人信息
    • Your Privacy Choices (Cookie Settings)