public final class ARRaycastTarget
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
EstimatedPlane
Ray's target is a plane that is estimated using the feature points around the ray.
|
static long |
ExistingPlaneGeometry
Ray's target is an already detected plane, considering the plane's estimated size and shape.
|
static long |
ExistingPlaneInfinite
Ray's target is an already detected plane, without considering the plane's size.
|
public static final long ExistingPlaneGeometry
public static final long ExistingPlaneInfinite
public static final long EstimatedPlane