public static final enum
Config.PlaneFindingMode
Select the behavior of the plane detection subsystem.
Inherited Methods
Enum Values
public static final Config.PlaneFindingMode DISABLED
Plane detection is disabled.
public static final Config.PlaneFindingMode HORIZONTAL
Detection of only horizontal planes is enabled.
public static final Config.PlaneFindingMode HORIZONTAL_AND_VERTICAL
Detection of both horizontal and vertical planes is enabled.
public static final Config.PlaneFindingMode VERTICAL
Detection of only vertical planes is enabled.