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