public enum ARPlane.Type

  1. Object
  2. Enum<ARPlane.Type>
  3. ARPlane.Type

ImplementsComparable<ARPlane.Type>

The orientation of a detected plane.

Enum constants

HORIZONTAL_UPA horizontal, upward-facing surface such as a floor or table top.
HORIZONTAL_DOWNA horizontal, downward-facing surface such as a ceiling.
VERTICALA 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_UP
A horizontal, upward-facing surface such as a floor or table top.

HORIZONTAL_DOWN

HORIZONTAL_DOWN
A horizontal, downward-facing surface such as a ceiling.

VERTICAL

VERTICAL
A vertical surface such as a wall.

Method details

values

public static ARPlane.Type[] values()

valueOf

public static ARPlane.Type valueOf(String name)