ARSessionObserver_Extensions.InterruptionEnded 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 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.