ARKitHitTestResultType enum

Option set of hit-test result types.

Inheritance

Constructors

ARKitHitTestResultType()
const

Values

unknown → const ARKitHitTestResultType

If you have this value you might face a bug in the plugin, sorry. Please create an issue on GitHub.

featurePoint → const ARKitHitTestResultType

Result type from intersecting the nearest feature point.

estimatedHorizontalPlane → const ARKitHitTestResultType

Result type from intersecting a horizontal plane estimate, determined for the current frame.

estimatedVerticalPlane → const ARKitHitTestResultType

Result type from intersecting a vertical plane estimate, determined for the current frame.

existingPlane → const ARKitHitTestResultType

Result type from intersecting with an existing plane anchor.

existingPlaneUsingExtent → const ARKitHitTestResultType

Result type from intersecting with an existing plane anchor, taking into account the plane’s extent.

existingPlaneUsingGeometry → const ARKitHitTestResultType

Result type from intersecting with an existing plane anchor, taking into account the plane’s geometry.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<ARKitHitTestResultType>
A constant List of the values in this enum, in order of their declaration.