docs.unity.cn
    Show / Hide Table of Contents

    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
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Thursday, October 13, 2022
    Terms of use