Share via


IARSessionDelegate.DidUpdateAnchors(ARSession, ARAnchor[]) Method

Definition

Indicates that anchors have been updated due to tracking.

[Foundation.Export("session:didUpdateAnchors:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DidUpdateAnchors(ARKit.ARSession session, ARKit.ARAnchor[] anchors);
[<Foundation.Export("session:didUpdateAnchors:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DidUpdateAnchors : ARKit.ARSession * ARKit.ARAnchor[] -> unit
override this.DidUpdateAnchors : ARKit.ARSession * ARKit.ARAnchor[] -> unit

Parameters

session
ARSession

The session that is supplying the information for the event.

anchors
ARAnchor[]

The anchors that were updated.

Attributes

Applies to