SCNErrorCodeExtensions Class

Definition

Extension methods for the SceneKit.SCNErrorCode enumeration.

[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
Inheritance
SCNErrorCodeExtensions
Attributes

Remarks

The extension method for the SceneKit.SCNErrorCode enumeration can be used to fetch the error domain associated with these error codes.

Methods

GetDomain(SCNErrorCode)

Returns the error domain associated with the SceneKit.SCNErrorCode value

Applies to