Skip to main content
Version: 20 Mar 2024

MLMeshingBlockInfo

Representation of a mesh block.

Public Attributes

cfuid

The coordinate frame UID to represent the block.


public MagicLeapNativeBindings.MLCoordinateFrameUID cfuid;


extents

The extents of the bounding box.


public MLMeshingExtents extents;

TypeDescription
MLMeshingExtentsAxis aligned bounding box for querying updated mesh info.

state

The state of the Mesh Block.


public MeshState state;

TypeDescription
MeshStateState of a block mesh.

timestamp

The timestamp when block was updated.


public long timestamp;