Share via


ARSCNViewDelegate_Extensions.DidUpdateNode Method

Definition

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

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void DidUpdateNode(this ARKit.IARSCNViewDelegate This, SceneKit.ISCNSceneRenderer renderer, SceneKit.SCNNode node, ARKit.ARAnchor anchor);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member DidUpdateNode : ARKit.IARSCNViewDelegate * SceneKit.ISCNSceneRenderer * SceneKit.SCNNode * ARKit.ARAnchor -> unit

Parameters

renderer
ISCNSceneRenderer

The renderer for the scene.

node
SCNNode

The node that was updated.

anchor
ARAnchor

The anchor for the node that was updated.

Attributes

Applies to