ARSCNViewDelegate_Extensions.WillUpdateNode Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.IARSCNViewDelegate This, SceneKit.ISCNSceneRenderer renderer, SceneKit.SCNNode node, ARKit.ARAnchor anchor);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member WillUpdateNode : ARKit.IARSCNViewDelegate * SceneKit.ISCNSceneRenderer * SceneKit.SCNNode * ARKit.ARAnchor -> unit
Parameters
- This
- IARSCNViewDelegate
- 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.
- Attributes