Contents

ARSCNViewDelegate

Methods you can implement to mediate the automatic synchronization of SceneKit content with an AR session.

Declaration

protocol ARSCNViewDelegate : ARSessionObserver, SCNSceneRendererDelegate

Mentioned in

Overview

Implement this protocol to provide SceneKit content corresponding to ARAnchor objects tracked by the view’s AR session, or to manage the view’s automatic updating of such content.

This protocol extends the ARSessionObserver protocol, so your session delegate can also implement those methods to respond to changes in session status.

Topics

Handling Content Updates

See Also

Responding to AR Updates