ARSKViewDelegate_Extensions.DidUpdateNode Method

Definition

This method is called shortly after node has been updated to reflect the current state of anchor.

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

anchor
ARAnchor

The anchor for the node that was updated.

Applies to