ARSKViewDelegate_Extensions.DidAddNode Method

Definition

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

public static void DidAddNode (this ARKit.IARSKViewDelegate This, ARKit.ARSKView view, SpriteKit.SKNode node, ARKit.ARAnchor anchor);
static member DidAddNode : ARKit.IARSKViewDelegate * ARKit.ARSKView * SpriteKit.SKNode * ARKit.ARAnchor -> unit

Parameters

This
IARSKViewDelegate

The instance on which this extension method operates.

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.

Applies to