Skip to main content
Version: 20 Mar 2024

SpaceList

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

Public Methods

SpaceList

Initializes default values for MLSpaceList.

public SpaceList(
uint version =1u
)

Parameters

TypeNameDescription
uintversion

Public Attributes

SpaceCount

Number of Magic Leap Spaces.


public readonly uint SpaceCount;


Spaces

List of Magic Leap Spaces.


public readonly IntPtr Spaces;


Version

Version of the structure.


public readonly uint Version;