Skip to main content
Version: 20 Mar 2024

MLSpaceExportInfo

Module: Magic Leap Spaces / Space

A structure containing information about the Space export settings. This structure must be initialized by calling MLSpaceExportInfoInit before use. More...

#include <ml_space.h>

Public Attributes

TypeName
uint32_tversion
MLUUIDspace_id

Detailed Description

struct MLSpaceExportInfo;

A structure containing information about the Space export settings. This structure must be initialized by calling MLSpaceExportInfoInit before use.

API Level:

  • 26

Public Attributes Documentation

version

uint32_t version;

Version of the structure.


space_id

MLUUID space_id;

MLUUID of the Space that needs to be exported.