unreal.PlaneQueryFlags

class unreal.PlaneQueryFlags

Bases: unreal.EnumBase

deprecated: ‘PlaneQueryFlags’ was renamed to ‘MagicLeapPlaneQueryFlags’.

ARBITRARY

Include planes with arbitrary normals.

Type

2

CEILING

If set, include planes semantically tagged as ceiling.

Type

5

FLOOR

If set, include planes semantically tagged as floor.

Type

6

HORIZONTAL

Include planes whose normal is parallel to gravity.

Type

1

ORIENT_TO_GRAVITY

If set, non-horizontal planes will be aligned perpendicular to gravity.

Type

3

POLYGONS

Include polygons

Type

8

PREFER_INNER

If set, inner planes will be returned; if not set, outer planes will be returned.

Type

4

VERTICAL

Include planes whose normal is perpendicular to gravity.

Type

0

WALL

If set, include planes semantically tagged as wall.

Type

7