Share via


NSValue.ToSCNMatrix4(NativeHandle) Method

Definition

Converts a native handle to a SCNMatrix4.

public static SceneKit.SCNMatrix4 ToSCNMatrix4(ObjCRuntime.NativeHandle handle);
static member ToSCNMatrix4 : ObjCRuntime.NativeHandle -> SceneKit.SCNMatrix4

Parameters

handle
NativeHandle

The native handle.

Returns

The SCNMatrix4.

Applies to