ARSCNView.GetAnchor(SCNNode) 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.
Gets the ARAnchor for the specified node
. Returns null
if the node does not have an anchor.
[Foundation.Export("anchorForNode:")]
public virtual ARKit.ARAnchor GetAnchor (SceneKit.SCNNode node);
abstract member GetAnchor : SceneKit.SCNNode -> ARKit.ARAnchor
override this.GetAnchor : SceneKit.SCNNode -> ARKit.ARAnchor
Parameters
- node
- SCNNode
The node for which to get the associated anchor.
Returns
- Attributes