Edit

Share via


ARSKViewDelegate_Extensions.DidRemoveNode Method

Definition

Developers may override this method to react to the removal of node, which was removed after anchor was removed.

public static void DidRemoveNode (this ARKit.IARSKViewDelegate This, ARKit.ARSKView view, SpriteKit.SKNode node, ARKit.ARAnchor anchor);
static member DidRemoveNode : 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 removed.

anchor
ARAnchor

The anchor for the node that was removed.

Applies to