Share via


ARSessionDelegate.ShouldAttemptRelocalization(ARSession) Method

Definition

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

[Foundation.Export("sessionShouldAttemptRelocalization:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool ShouldAttemptRelocalization(ARKit.ARSession session);
[<Foundation.Export("sessionShouldAttemptRelocalization:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ShouldAttemptRelocalization : ARKit.ARSession -> bool
override this.ShouldAttemptRelocalization : 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.

Implements

Attributes

Applies to