public final class ARHitTestResultType
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
EstimatedHorizontalPlane
Result type from intersecting a horizontal plane estimate, determined for the current frame.
|
static long |
EstimatedVerticalPlane
Result type from intersecting a vertical plane estimate, determined for the current frame.
|
static long |
ExistingPlane
Result type from intersecting with an existing plane anchor.
|
static long |
ExistingPlaneUsingExtent
Result type from intersecting with an existing plane anchor, taking into account the plane’s extent.
|
static long |
ExistingPlaneUsingGeometry
Result type from intersecting with an existing plane anchor, taking into account the plane’s geometry.
|
static long |
FeaturePoint
Result type from intersecting the nearest feature point.
|
public static final long FeaturePoint
public static final long EstimatedHorizontalPlane
public static final long ExistingPlane
public static final long ExistingPlaneUsingExtent
public static final long EstimatedVerticalPlane
public static final long ExistingPlaneUsingGeometry