ARSessionDelegate_Extensions.DidAddAnchors Method

Definition

Called when anchors are added to the session.

public static void DidAddAnchors (this ARKit.IARSessionDelegate This, ARKit.ARSession session, ARKit.ARAnchor[] anchors);
static member DidAddAnchors : ARKit.IARSessionDelegate * ARKit.ARSession * ARKit.ARAnchor[] -> unit

Parameters

This
IARSessionDelegate

The instance on which this extension method operates.

session
ARSession

The session that is supplying the information for the event.

anchors
ARAnchor[]

The anchors that were added.

Applies to