FromIntPtr(nint)
Converts a pointer to a function pointer.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: Unity.Burst
- Assembly: UnityEngine.BurstModule
FromIntPtr(IntPtr)
IFunctionPointer FromIntPtr(nint ptr)
Parameters
The native pointer.
Returns
Type | Description |
|---|---|
| IFunctionPointer | An instance of this interface. |