Share via


ARSessionObserver_Extensions.ShouldAttemptRelocalization Method

Definition

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

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static bool ShouldAttemptRelocalization(this ARKit.IARSessionObserver This, ARKit.ARSession session);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member ShouldAttemptRelocalization : ARKit.IARSessionObserver * ARKit.ARSession -> bool

Parameters

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