Skip to main content
Version: 20 Mar 2024

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

TypeNameDescription
uintversion

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;

TypeDescription
TypeIndicates the type of the Space.

Version

Version of the structure.


public uint Version;