ARSessionDelegate.DidRemoveAnchors(ARSession, 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.
Called when anchors
have been removed from the session
.
[Foundation.Export("session:didRemoveAnchors:")]
public virtual void DidRemoveAnchors (ARKit.ARSession session, ARKit.ARAnchor[] anchors);
abstract member DidRemoveAnchors : ARKit.ARSession * ARKit.ARAnchor[] -> unit
override this.DidRemoveAnchors : ARKit.ARSession * ARKit.ARAnchor[] -> unit
Parameters
- session
- ARSession
The session that is supplying the information for the event.
- anchors
- ARAnchor[]
The anchors that were removed.
- Attributes