Share via


ARSKViewDelegate_Extensions.WillUpdateNode Method

Definition

This method is called shortly before the properties of node are updated to reflect the state of anchor.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void WillUpdateNode(this ARKit.IARSKViewDelegate This, ARKit.ARSKView view, SpriteKit.SKNode node, ARKit.ARAnchor anchor);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member WillUpdateNode : ARKit.IARSKViewDelegate * ARKit.ARSKView * SpriteKit.SKNode * ARKit.ARAnchor -> unit

Parameters

view
ARSKView

The view that is rendering the scene.

node
SKNode

The node that will be updated.

anchor
ARAnchor

The anchor for the node that will be updated.

Attributes

Applies to