Space
A structure containing information about a Magic Leap Space. This structure must be initialized by calling #MLSpaceInit before use.
Public Methods
Space Create
Initializes default values for MLSpace.
public static Space Create(
uint version =1u
)
Parameters
Type | Name | Description |
---|---|---|
uint | version |
Public Attributes
SpaceId
Unique ID of the Space.
public MLUUID SpaceId;
SpaceName
Name of the Space.
public string SpaceName;
SpaceType
Type of the Space.
public Type SpaceType;
Type | Description |
---|---|
Type | Indicates the type of the Space. |
Version
Version of the structure.
public uint Version;