unreal.MagicLeapMeshVertexColorMode

class unreal.MagicLeapMeshVertexColorMode

Bases: unreal.EnumBase

Vertex color mode.

C++ Source:

  • Plugin: MagicLeap

  • Module: MagicLeap

  • File: MeshTrackerTypes.h

BLOCK

Each block is given a color from a list.

Type

2

CONFIDENCE

Vertex confidence is interpolated between two specified colors.

Type

1

LOD

Each LOD is given a color from a list.

Type

3

NONE

Vertex Color is not set.

Type

0