docs.unity3d.com
    Show / Hide Table of Contents

    Struct MRMesh

    Provides a template for tracked mesh data

    Namespace: Unity.MARS.Data
    Syntax
    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
    Terms of use
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023