Share via


IARSessionDelegate.DidRemoveAnchors(ARSession, ARAnchor[]) Method

Definition

Called when anchors have been removed from the session.

[Foundation.Export("session:didRemoveAnchors:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DidRemoveAnchors(ARKit.ARSession session, ARKit.ARAnchor[] anchors);
[<Foundation.Export("session:didRemoveAnchors:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
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

Applies to