Contents

anchor(for:)

Returns the AR anchor associated with the specified SceneKit node, if any.

Declaration

func anchor(for node: SCNNode) -> ARAnchor?

Parameters

  • node:

    A SceneKit node in the view’s scene.

Return Value

The ARAnchor object tracking the node, or nil if the node is not associated with an anchor or not in the view’s scene.

See Also

Mapping Content to Real-World Positions