Edit

Share via


ARSession.AddAnchor(ARAnchor) Method

Definition

Adds the specified anchor to the set of tracked objects.

[Foundation.Export("addAnchor:")]
public virtual void AddAnchor (ARKit.ARAnchor anchor);
abstract member AddAnchor : ARKit.ARAnchor -> unit
override this.AddAnchor : ARKit.ARAnchor -> unit

Parameters

anchor
ARAnchor

The anchor to track.

Attributes

Applies to