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