Edit

Share via


ARSCNView.GetAnchor(SCNNode) Method

Definition

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

Applies to