public enum ARPlane.Type
- Object
- Enum<ARPlane.Type>
- ARPlane.Type
ImplementsComparable<ARPlane.Type>
The orientation of a detected plane.
Enum constants
HORIZONTAL_UP | A horizontal, upward-facing surface such as a floor or table top. |
HORIZONTAL_DOWN | A horizontal, downward-facing surface such as a ceiling. |
VERTICAL | A vertical surface such as a wall. |
Methods
public static ARPlane.Type[] values() | |
public static ARPlane.Type valueOf(String name) |
Inherited methods
Enum constant details
HORIZONTAL_UP
HORIZONTAL_UPA horizontal, upward-facing surface such as a floor or table top.
HORIZONTAL_DOWN
HORIZONTAL_DOWNA horizontal, downward-facing surface such as a ceiling.
VERTICAL
VERTICALA vertical surface such as a wall.
Method details
values
public static ARPlane.Type[] values()valueOf
public static ARPlane.Type valueOf(String name)