次の方法で共有


ARSCNViewDelegate.WasInterrupted(ARSession) メソッド

定義

開発者は、中断が発生したときにフレーム処理とデバイスの追跡を停止するために、このメソッドをオーバーライドできます。

[Foundation.Export("sessionWasInterrupted:")]
[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 WasInterrupted (ARKit.ARSession session);
abstract member WasInterrupted : ARKit.ARSession -> unit
override this.WasInterrupted : ARKit.ARSession -> unit

パラメーター

session
ARSession

イベントの情報を提供するセッション。

属性

適用対象