Share via


ARSessionDelegate_Extensions.DidRemoveAnchors Method

Definition

Called when anchors have been removed from the session.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void DidRemoveAnchors(this ARKit.IARSessionDelegate This, ARKit.ARSession session, ARKit.ARAnchor[] anchors);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member DidRemoveAnchors : ARKit.IARSessionDelegate * 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