ARSession.AddAnchor(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.
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