Enum MLSpatialMapper.MeshType
What type of mesh to generate: a triangle mesh or a point cloud
Namespace: UnityEngine.XR.MagicLeap
Syntax
public enum MeshType
Fields
Name | Description | Value |
---|---|---|
Triangles | Generate triangle meshes |
0 |
PointCloud | Generate a point cloud (a mesh with |
1 |