Share via


NSValue.ToSCNVector3(NativeHandle) Method

Definition

Converts a native handle to a SCNVector3.

public static SceneKit.SCNVector3 ToSCNVector3(ObjCRuntime.NativeHandle handle);
static member ToSCNVector3 : ObjCRuntime.NativeHandle -> SceneKit.SCNVector3

Parameters

handle
NativeHandle

The native handle.

Returns

The SCNVector3.

Applies to