Skip to main content
Version: 20 Mar 2024

MLXrPlaneSubsystem

NameSpace: MagicLeapSupport

The Magic Leap implementation of the XRPlaneSubsystem . Do not create this directly. Use PlanesSubsystemDescriptor.Create() instead.

Inherits from:
XRPlaneSubsystem

Public Fields

Query


public static PlanesQuery Query { get; set; }


Public Methods

void RegisterDescriptor

public static void RegisterDescriptor()

Public Enums

MLPlanesQueryFlags

EnumeratorValueDescription
None0Include no planes.
Vertical1 << 0Include planes whose normal is perpendicular to gravity.
Horizontal1 << 1Include planes whose normal is parallel to gravity.
Arbitrary1 << 2Include planes with arbitrary normals.
AllOrientationsVerticalHorizontal
SemanticCeiling1 << 6Include planes semantically tagged as ceiling.
SemanticFloor1 << 7Include planes semantically tagged as floor.
SemanticWall1 << 8Include planes semantically tagged as wall.
SemanticPlatform1 << 9Include planes semantically tagged as platforms
SemanticAllSemanticCeilingSemanticFloor