Interface IFunctionPointer
Base interface for a function pointer.
Namespace: Unity.Burst
Syntax
public interface IFunctionPointer
Methods
FromIntPtr(IntPtr)
Converts a pointer to a function pointer.
Declaration
IFunctionPointer FromIntPtr(IntPtr ptr)
Parameters
| Type | Name | Description |
|---|---|---|
| IntPtr | ptr | The native pointer. |
Returns
| Type | Description |
|---|---|
| IFunctionPointer | An instance of this interface. |