ARSCNViewDelegate_Extensions.GetNode 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.
Retrieves the SCNNode corresponding to the specified anchor
.
public static SceneKit.SCNNode GetNode (this ARKit.IARSCNViewDelegate This, SceneKit.ISCNSceneRenderer renderer, ARKit.ARAnchor anchor);
static member GetNode : ARKit.IARSCNViewDelegate * SceneKit.ISCNSceneRenderer * ARKit.ARAnchor -> SceneKit.SCNNode
Parameters
- This
- IARSCNViewDelegate
The instance on which this extension method operates.
- renderer
- ISCNSceneRenderer
The renderer for the scene.
- anchor
- ARAnchor
The anchor for the node to get.