ARSessionObserver_Extensions.ShouldAttemptRelocalization 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回一个布尔值,该值指示会话在中断后是否应尝试重新定向。
[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
参数
- This
- IARSessionObserver
此方法操作的实例。
- session
- ARSession
有问题的会话。
返回
一个布尔值,指示会话在中断后是否应尝试重新定向。
- 属性