ARSessionObserver_Extensions.WasInterrupted Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.