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;
Type | Description |
---|---|
MLMeshingExtents | Axis aligned bounding box for querying updated mesh info. |
state
The state of the Mesh Block.
public MeshState state;
Type | Description |
---|---|
MeshState | State of a block mesh. |
timestamp
The timestamp when block was updated.
public long timestamp;