Share via


SCNErrorCodeExtensions Class

Definition

Extension methods for the SCNErrorCode enumeration.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static class SCNErrorCodeExtensions
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
type SCNErrorCodeExtensions = class
Inheritance
SCNErrorCodeExtensions
Attributes

Remarks

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

Methods

Name Description
GetDomain(SCNErrorCode)

Returns the error domain associated with the SceneKit.SCNErrorCode value

Applies to