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

    Struct MRMesh

    Provides a template for tracked mesh data

    Namespace: Unity.MARS.Data
    Syntax
    [Serializable]
    public struct MRMesh : IMRTrackable

    Properties

    id

    The id of this mesh as determined by the provider

    Declaration
    public MarsTrackableId id { get; set; }
    Property Value
    Type Description
    MarsTrackableId
    Implements
    IMRTrackable.id

    mesh

    Mesh object with the vertex and triangle data for the mesh

    Declaration
    public Mesh mesh { get; set; }
    Property Value
    Type Description
    Mesh

    meshType

    The classification type of this mesh

    Declaration
    public string meshType { get; set; }
    Property Value
    Type Description
    String

    pose

    The pose of this mesh

    Declaration
    public Pose pose { get; set; }
    Property Value
    Type Description
    Pose
    Implements
    IMRTrackable.pose
    トップに戻る
    Copyright © 2023 Unity Technologies — 商標と利用規約
    • 法律関連
    • プライバシーポリシー
    • クッキー
    • 私の個人情報を販売または共有しない
    • Your Privacy Choices (Cookie Settings)