ARSCNViewDelegate.InterruptionEnded(ARSession) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
開発者は、中断後にフレーム処理とデバイス追跡を開始するために、このメソッドをオーバーライドできます。
[Foundation.Export("sessionInterruptionEnded:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void InterruptionEnded (ARKit.ARSession session);
abstract member InterruptionEnded : ARKit.ARSession -> unit
override this.InterruptionEnded : ARKit.ARSession -> unit
パラメーター
- session
- ARSession
イベントの情報を提供するセッション。
- 属性