Skip to main content
Version: 20 Mar 2024

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

TypeName
uint32_tversion
uint64_tsize
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.