Edit

Share via


ARSCNView.GetNode(ARAnchor) Method

Definition

Returns the SCNNode for the specified anchor. If the anchor does not have an associated SCNNode, returns null.

[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

Applies to