Contents

anchor

The anchor for the plane that the ray intersected.

Declaration

var anchor: ARAnchor? { get }

Discussion

If you chose an existing plane target, ARKit provides its anchor. If you choose an estimated plane target, ARKit provides an anchor only if the ray intersects an existing plane.

See Also

Identifying Results