ARHitTestResultType Enum

Definition

Enumerates the kinds of objects detected by the HitTest(CGPoint, ARHitTestResultType) method.

This enumeration supports a bitwise combination of its member values.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
[System.Flags]
public enum ARHitTestResultType
type ARHitTestResultType = 
Inheritance
ARHitTestResultType
Attributes

Fields

EstimatedHorizontalPlane 2

A real-world horizontal plane detected by image analysis.

EstimatedVerticalPlane 4

A real-world vertical plane detected by image analysis.

ExistingPlane 8

An existing plane in the scene, detected without constraints on the plane's size.

ExistingPlaneUsingExtent 16

An existing plane in the scene, detected only if the point is within the plane's extent.

ExistingPlaneUsingGeometry 32

An existint plane in the scene, detected if the point is coplanar with the plane's geometry.

FeaturePoint 1

A point detected by image processing that appears to be on a continuous surface but does not have an ARAnchor.

Applies to