Config.PlaneFindingMode
Stay organized with collections
Save and categorize content based on your preferences.
Page Summary
Config.PlaneFindingMode is an enum that selects the behavior of the plane detection subsystem.
Possible values include DISABLED, HORIZONTAL, VERTICAL, and HORIZONTAL_AND_VERTICAL for controlling which types of planes are detected or if detection is off.
public static final enum
Config.PlaneFindingMode
Select the behavior of the plane detection subsystem.
[null,null,["Last updated 2024-10-31 UTC."],[],["`Config.PlaneFindingMode` controls plane detection behavior, offering four options: `DISABLED` (no detection), `HORIZONTAL` (detects horizontal planes), `VERTICAL` (detects vertical planes), and `HORIZONTAL_AND_VERTICAL` (detects both). It inherits methods from `Enum`, `Object`, `Constable`, and `Comparable` classes for operations like comparison, equality checks, getting the class, name, and ordinal. The main functionality centers around selecting plane detection behavior.\n"]]