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
| Type | Name | Description |
|---|---|---|
| uint | version |
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;