public enum ARHitResult.Type

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

ImplementsComparable<ARHitResult.Type>

The kind of real-world geometry the hit ray intersected.

Enum constants

PLANEA detected ARPlane.
ESTIMATED_PLANEA surface the platform estimates exists but has not fully detected as a plane yet.
FEATURE_POINTAn individual tracked feature point.

Methods

public static ARHitResult.Type[] values()
public static ARHitResult.Type valueOf(String name)

Inherited methods

Enum constant details

PLANE

PLANE
A detected ARPlane.

ESTIMATED_PLANE

ESTIMATED_PLANE
A surface the platform estimates exists but has not fully detected as a plane yet.

FEATURE_POINT

FEATURE_POINT
An individual tracked feature point.

Method details

values

public static ARHitResult.Type[] values()

valueOf

public static ARHitResult.Type valueOf(String name)