unreal.ARPlaneDetectionMode
¶
- class unreal.ARPlaneDetectionMode¶
Bases:
unreal.EnumBase
Options for how flat surfaces are detected. This feature is used by ARCore and ARKit.
C++ Source:
Module: AugmentedReality
File: ARSessionConfig.h
- HORIZONTAL_PLANE_DETECTION¶
Detects horizontal, flat surfaces.
- Type
1
- NONE¶
Disables plane detection.
- Type
0
- VERTICAL_PLANE_DETECTION¶
Detects vertical, flat surfaces.
- Type
2