Skip to main content
Version: 20 Mar 2024

MLSpace

Module: Magic Leap Spaces / Space

A structure containing information about a Magic Leap Space. This structure must be initialized by calling MLSpaceInit before use. More...

#include <ml_space.h>

Public Attributes

TypeName
uint32_tversion
char[MLSpace_MaxSpaceNameLength]space_name
MLUUIDspace_id
MLSpaceTypespace_type

Detailed Description

struct MLSpace;

A structure containing information about a Magic Leap Space. This structure must be initialized by calling MLSpaceInit before use.

API Level:

  • 26

Public Attributes Documentation

version

uint32_t version;

Version of the structure.


space_name

char[MLSpace_MaxSpaceNameLength] space_name;
TypeDescription
char[MLSpace_MaxSpaceNameLength][MLSpace_MaxSpaceNameLength]

Name of the Space.


space_id

MLUUID space_id;

Unique ID of the Space.


space_type

MLSpaceType space_type;
TypeDescription
MLSpaceTypeSpace type. Indicates the type of the Space.

Type of the Space.