ARSKViewDelegate.DidUpdateNode(ARSKView, SKNode, ARAnchor) Method

Definition

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

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

Parameters

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.

Attributes

Applies to