ARSCNViewDelegate_Extensions.DidAddNode 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.
public static void DidAddNode (this ARKit.IARSCNViewDelegate This, SceneKit.ISCNSceneRenderer renderer, SceneKit.SCNNode node, ARKit.ARAnchor anchor);
static member DidAddNode : 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 event.
- node
- SCNNode
The node that was added.
- anchor
- ARAnchor
The anchor for the node that was added.