ARSessionObserver_Extensions.DidFail Method

Definition

Called when the session stops running due to an error.

public static void DidFail (this ARKit.IARSessionObserver This, ARKit.ARSession session, Foundation.NSError error);
static member DidFail : ARKit.IARSessionObserver * ARKit.ARSession * Foundation.NSError -> unit

Parameters

This
IARSessionObserver

The instance on which this method operates.

session
ARSession

The session that is supplying the information for the event.

error
NSError

The error that occurred.

Applies to