Package apple.arkit.enums
Class ARRaycastTarget
- java.lang.Object
-
- apple.arkit.enums.ARRaycastTarget
-
public final class ARRaycastTarget extends java.lang.ObjectA value describing the target of a ray used for raycasting.
-
-
Field Summary
Fields Modifier and Type Field Description static longEstimatedPlaneRay's target is a plane that is estimated using the feature points around the ray.static longExistingPlaneGeometryRay's target is an already detected plane, considering the plane's estimated size and shape.static longExistingPlaneInfiniteRay's target is an already detected plane, without considering the plane's size.
-
-
-
Field Detail
-
ExistingPlaneGeometry
public static final long ExistingPlaneGeometry
Ray's target is an already detected plane, considering the plane's estimated size and shape.- See Also:
- Constant Field Values
-
ExistingPlaneInfinite
public static final long ExistingPlaneInfinite
Ray's target is an already detected plane, without considering the plane's size.- See Also:
- Constant Field Values
-
EstimatedPlane
public static final long EstimatedPlane
Ray's target is a plane that is estimated using the feature points around the ray. When alignment is ARRaycastTargetAlignmentAny, alignment of estimated planes is based on the normal of the real world surface corresponding to the estimated plane.- See Also:
- Constant Field Values
-
-