OcclusionMesh
Public Attributes
Index
public int [] Index;
IndexCount
The number of indices in index buffer.
public uint IndexCount;
Timestamp
The timestamp when data was generated.
public MLTime Timestamp;
Type | Description |
---|---|
MLTime | Represents 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. |
Vertex
// Pointer to the vertex buffer. // All vertices are placed w.r.t.world origin. //
public Vector3 [] Vertex;
VertexCount
The number of vertices in vertex buffer.
public uint VertexCount;