Share via


NSValue.ToSCNVector4(NativeHandle) Method

Definition

Converts a native handle to a SCNVector4.

public static SceneKit.SCNVector4 ToSCNVector4(ObjCRuntime.NativeHandle handle);
static member ToSCNVector4 : ObjCRuntime.NativeHandle -> SceneKit.SCNVector4

Parameters

handle
NativeHandle

The native handle.

Returns

The SCNVector4.

Applies to