Skip to main content
Version: 20 Mar 2024

MLSpaceList

Module: Magic Leap Spaces / Space

A structure containing list of MLSpace. This structure must be initialized by calling MLSpaceListInit before use. More...

#include <ml_space.h>

Public Attributes

TypeName
uint32_tversion
uint32_tspace_count
MLSpace *spaces

Detailed Description

struct MLSpaceList;

A structure containing list of MLSpace. This structure must be initialized by calling MLSpaceListInit before use.

API Level:

  • 26

Public Attributes Documentation

version

uint32_t version;

Version of the structure.


space_count

uint32_t space_count;

Number of Magic Leap Spaces.


spaces

MLSpace * spaces;
TypeDescription
MLSpace *A structure containing information about a Magic Leap Space. This structure must be initialized by calling MLSpaceInit before use.

List of Magic Leap Spaces.