Skip to main content
Version: 20 Mar 2024

MeshBlockInfo

Representation of a mesh block.

Public Attributes

extents

The extents of the bounding box.


public readonly Vector3 extents;


id

The coordinate frame UID to represent the block.


public readonly string id;


pose

The pose of the mesh block.


public readonly Pose pose;


state

The state of the mesh block.


public readonly MeshState state;

TypeDescription
readonly MeshStateState of a block mesh.

timestamp

The timestamp when block was updated.


public readonly MLTime timestamp;

TypeDescription
readonly MLTimeRepresents an ML API wide timestamp in nanoseconds that is not guaranteed to be synced with any system time. If OpenXR is used, MLTime is synonymous with the XrTime type.