Config.PlaneFindingModeStay organized with collectionsSave 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 enumConfig.PlaneFindingMode
Select the behavior of the plane detection subsystem.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["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"]]