共用方式為


IARSessionDelegate 介面

定義

介面,表示通訊協定 ARSessionDelegate 的任何) 時, (所需的方法。

[Foundation.Protocol(Name="ARSessionDelegate", WrapperType=typeof(ARKit.ARSessionDelegateWrapper))]
[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 interface IARSessionDelegate : ARKit.IARSessionObserver, IDisposable
type IARSessionDelegate = interface
    interface INativeObject
    interface IDisposable
    interface IARSessionObserver
衍生
屬性
實作

備註

如果從 所 ARSessionDelegate 定義的通訊協定有任何) ,這個介面會包含必要的方法 (。

如果開發人員建立實作此介面的類別,則實作方法會自動匯出至 Objective-C,其中包含通訊協定中所定義方法的 ARSessionDelegate 相符簽章。

如果類別提供 ARSessionDelegate_Extensions 任何) 做為介面的擴充方法,則選擇性方法 (,讓開發人員可以在通訊協定上叫用任何選擇性方法。

屬性

Handle

處理非受控物件標記法) (指標。

(繼承來源 INativeObject)

擴充方法

DidAddAnchors(IARSessionDelegate, ARSession, ARAnchor[])

當 加入 至 時 anchors 呼叫 session

DidRemoveAnchors(IARSessionDelegate, ARSession, ARAnchor[])

從 移除 sessionanchors 呼叫。

DidUpdateAnchors(IARSessionDelegate, ARSession, ARAnchor[])

anchors表示因為追蹤而已更新。

DidUpdateFrame(IARSessionDelegate, ARSession, ARFrame)

表示 frame 因為追蹤而已更新。

CameraDidChangeTrackingState(IARSessionObserver, ARSession, ARCamera)

變更時 TrackingState 呼叫,指出追蹤品質的變更。

DidFail(IARSessionObserver, ARSession, NSError)

發生錯誤而停止執行時 session 呼叫。

DidOutputAudioSampleBuffer(IARSessionObserver, ARSession, CMSampleBuffer)

開發人員可以實作在播放音訊緩衝區之後不久呼叫的這個方法。

InterruptionEnded(IARSessionObserver, ARSession)

開發人員可能會覆寫此方法,以在中斷之後開始畫面處理和裝置追蹤。

ShouldAttemptRelocalization(IARSessionObserver, ARSession)

傳回布林值,指出會話是否應該在中斷之後嘗試重新導向。

WasInterrupted(IARSessionObserver, ARSession)

開發人員可能會覆寫這個方法,以在發生中斷時停止畫面處理和裝置追蹤。

適用於