Config.PlaneFindingMode

  • 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.

Inherited Methods

Enum Values

DISABLED

 public 
  
 static 
  
 final 
  
 Config 
 . 
 PlaneFindingMode 
  
 DISABLED 

Plane detection is disabled.

HORIZONTAL

 public 
  
 static 
  
 final 
  
 Config 
 . 
 PlaneFindingMode 
  
 HORIZONTAL 

Detection of only horizontal planes is enabled.

HORIZONTAL_AND_VERTICAL

 public 
  
 static 
  
 final 
  
 Config 
 . 
 PlaneFindingMode 
  
 HORIZONTAL_AND_VERTICAL 

Detection of both horizontal and vertical planes is enabled.

VERTICAL

 public 
  
 static 
  
 final 
  
 Config 
 . 
 PlaneFindingMode 
  
 VERTICAL 

Detection of only vertical planes is enabled.

Design a Mobile Site
View Site in Mobile | Classic
Share by: