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
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 |