ARSession.RemoveAnchor(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.
Removes the anchor
from the set of tracked objects.
[Foundation.Export("removeAnchor:")]
public virtual void RemoveAnchor (ARKit.ARAnchor anchor);
abstract member RemoveAnchor : ARKit.ARAnchor -> unit
override this.RemoveAnchor : ARKit.ARAnchor -> unit
Parameters
- anchor
- ARAnchor
The anchor to stop tracking.
- Attributes