unreal.MagicLeapMeshType

class unreal.MagicLeapMeshType

Bases: unreal.EnumBase

Type of mesh to query from the underlying system.

C++ Source:

  • Plugin: MagicLeap

  • Module: MagicLeap

  • File: MeshTrackerTypes.h

POINT_CLOUD

Return mesh vertices as a point cloud.

Type

1

TRIANGLES

Meshing should be done as triangles.

Type

0