次の方法で共有


SCNErrorCodeExtensions クラス

定義

SceneKit.SCNErrorCode 列挙体の拡張メソッド。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 3, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static class SCNErrorCodeExtensions
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 3, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 8, ObjCRuntime.PlatformArchitecture.All, null)]
public static class SCNErrorCodeExtensions
type SCNErrorCodeExtensions = class
継承
SCNErrorCodeExtensions
属性

注釈

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

メソッド

GetDomain(SCNErrorCode)

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

適用対象