ARSCNView.GetNode(ARAnchor) 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.
[Foundation.Export("nodeForAnchor:")]
public virtual SceneKit.SCNNode GetNode (ARKit.ARAnchor anchor);
abstract member GetNode : ARKit.ARAnchor -> SceneKit.SCNNode
override this.GetNode : ARKit.ARAnchor -> SceneKit.SCNNode
Parameters
- anchor
- ARAnchor
The anchor for which to get the associated node.
Returns
- Attributes