共用方式為


ARErrorCode 列舉

定義

列舉失敗的原因 ARSession

[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 enum ARErrorCode
type ARErrorCode = 
繼承
ARErrorCode
屬性

欄位

CameraUnauthorized 103

表示使用者不允許存取相機。

FileIOFailed 500
InsufficientFeatures 400
InvalidConfiguration 303
InvalidReferenceImage 300
InvalidReferenceObject 301
InvalidWorldMap 302
ObjectMergeFailed 401
SensorFailed 102

與擷取裝置 () 相關的失敗。

SensorUnavailable 101

找不到適當的擷取裝置。

UnsupportedConfiguration 100

要求的 T:ARKit.ARSessionConfiguration與裝置不相容。

WorldTrackingFailed 200

與世界追蹤相關的失敗。

適用於