MLMeshingMeshRequest
Module: Meshing2
#include <ml_meshing2.h>
Public Attributes
Type | Name |
---|---|
int | request_count |
MLMeshingBlockRequest * | data |
Detailed Description
struct MLMeshingMeshRequest;
Request structure to get the actual mesh for a set of blocks.
Public Attributes Documentation
request_count
int request_count;
The number of blocks requested.
data
MLMeshingBlockRequest * data;
Per block request.