ARSessionObserver_Extensions.CameraDidChangeTrackingState Method

Definition

Called when the TrackingState changes, indicating a change in tracking quality.

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

Parameters

This
IARSessionObserver

The instance on which this method operates.

session
ARSession

The session that is supplying the information for the event.

camera
ARCamera

The camera whose tracking state changed.

Applies to