次の方法で共有


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

ワールド トラッキングに関連するエラー。

適用対象