MLSpaceImportInfo
Module: Magic Leap Spaces / Space
A structure containing information needed to import Magic Leap Space. This structure must be initialized by calling MLSpaceImportInfoInit before use. More...
#include <ml_space.h>
Public Attributes
| Type | Name |
|---|---|
| uint32_t | version |
| uint64_t | size |
| const char * | data |
Detailed Description
struct MLSpaceImportInfo;
A structure containing information needed to import Magic Leap Space. This structure must be initialized by calling MLSpaceImportInfoInit before use.
API Level:
- 26
Public Attributes Documentation
version
uint32_t version;
Version of the structure.
size
uint64_t size;
Binary data size in bytes.
data
const char * data;
Binary data obtained from MLSpaceExportSpace.