ARSessionObserver_Extensions.InterruptionEnded Method

Definition

Developers may override this method to begin frame processing and device tracking after an interruption.

public static void InterruptionEnded (this ARKit.IARSessionObserver This, ARKit.ARSession session);
static member InterruptionEnded : 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