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
Type | Name |
---|---|
uint32_t | version |
char[MLSpace_MaxSpaceNameLength] | space_name |
MLUUID | space_id |
MLSpaceType | space_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;
Type | Description |
---|---|
char[MLSpace_MaxSpaceNameLength] | [MLSpace_MaxSpaceNameLength] |
Name of the Space.
space_id
MLUUID space_id;
Unique ID of the Space.
space_type
MLSpaceType space_type;
Type | Description |
---|---|
MLSpaceType | Space type. Indicates the type of the Space. |
Type of the Space.