ARSessionObserver_Extensions.ShouldAttemptRelocalization Method

Definition

Returns a Boolean value that tells whether the session should attempt to reorient after an interruption.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 3, ObjCRuntime.PlatformArchitecture.All, null)]
public static bool ShouldAttemptRelocalization (this ARKit.IARSessionObserver This, ARKit.ARSession session);
static member ShouldAttemptRelocalization : ARKit.IARSessionObserver * ARKit.ARSession -> bool

Parameters

This
IARSessionObserver

The instance on which this method operates.

session
ARSession

The session in question.

Returns

A Boolean value that tells whether the session should attempt to reorient after an interruption.

Attributes

Applies to