ARSessionObserver_Extensions.WasInterrupted Method

Definition

Developers may override this method to stop frame processing and device tracking when an interruption occurs.

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

Parameters

This
IARSessionObserver

The instance on which this method operates.

session
ARSession

The session that is supplying the information for the event.

Applies to