docs.unity3d.com
    目次を表示する/隠す

    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[]
    トップに戻る
    Copyright © 2023 Unity Technologies — 商標と利用規約
    • 法律関連
    • プライバシーポリシー
    • クッキー
    • 私の個人情報を販売または共有しない
    • Your Privacy Choices (Cookie Settings)