Contents

delegate

An object you provide to mediate synchronization of the view’s AR scene information with SceneKit content.

Declaration

weak var delegate: (any ARSCNViewDelegate)? { get set }

See Also

Responding to AR Updates