次の方法で共有


ARErrorCodeExtensions クラス

定義

ARKit.ARErrorCode 列挙の拡張メソッド。

[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 static class ARErrorCodeExtensions
type ARErrorCodeExtensions = class
継承
ARErrorCodeExtensions
属性

注釈

ARKit.ARErrorCode 列挙の拡張メソッドを使用して、これらのエラー コードに関連付けられているエラー ドメインをフェッチできます。

メソッド

GetDomain(ARErrorCode)

ARKit.ARErrorCode 値に関連付けられているエラー ドメインを返します

適用対象