ARSKViewDelegate.DidAddNode(ARSKView, SKNode, ARAnchor) Method

Definition

Developers may override this method to react to the adding of a SKNode that corresponds to a new ARAnchor.

[Foundation.Export("view:didAddNode:forAnchor:")]
public virtual void DidAddNode (ARKit.ARSKView view, SpriteKit.SKNode node, ARKit.ARAnchor anchor);
abstract member DidAddNode : ARKit.ARSKView * SpriteKit.SKNode * ARKit.ARAnchor -> unit
override this.DidAddNode : ARKit.ARSKView * SpriteKit.SKNode * ARKit.ARAnchor -> unit

Parameters

view
ARSKView

The view that is rendering the scene.

node
SKNode

The node that was added.

anchor
ARAnchor

The anchor for the node that was added.

Attributes

Applies to