anchor(for:)
Returns the AR anchor associated with the specified SpriteKit node, if any.
Declaration
func anchor(for node: SKNode) -> ARAnchor?Parameters
- node:
A SpriteKit 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.