Contents

delegate

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

Declaration

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

See Also

Responding to AR Updates