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