ARSCNViewDelegate_Extensions.DidAddNode Method

Definition

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

public static void DidAddNode (this ARKit.IARSCNViewDelegate This, SceneKit.ISCNSceneRenderer renderer, SceneKit.SCNNode node, ARKit.ARAnchor anchor);
static member DidAddNode : ARKit.IARSCNViewDelegate * SceneKit.ISCNSceneRenderer * SceneKit.SCNNode * ARKit.ARAnchor -> unit

Parameters

This
IARSCNViewDelegate

The instance on which this extension method operates.

renderer
ISCNSceneRenderer

The renderer for the event.

node
SCNNode

The node that was added.

anchor
ARAnchor

The anchor for the node that was added.

Applies to