Szerkesztés

Megosztás a következőn keresztül:


ARSCNViewDelegate_Extensions.WillUpdateNode Method

Definition

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

public static void WillUpdateNode (this ARKit.IARSCNViewDelegate This, SceneKit.ISCNSceneRenderer renderer, SceneKit.SCNNode node, ARKit.ARAnchor anchor);
static member WillUpdateNode : ARKit.IARSCNViewDelegate * SceneKit.ISCNSceneRenderer * SceneKit.SCNNode * ARKit.ARAnchor -> unit

Parameters

This
IARSCNViewDelegate

The instance on which this extension method operates.

renderer
ISCNSceneRenderer

The renderer for the scene.

node
SCNNode

The node that will be updated.

anchor
ARAnchor

The anchor for the node that will be updated.

Applies to