Interface IFunctionPointer
Base interface for a function pointer.
Namespace: Unity.Burst
Syntax
public interface IFunctionPointerMethods
| Name | Description | 
|---|---|
| FromIntPtr(IntPtr) | Converts a pointer to a function pointer. | 
Base interface for a function pointer.
public interface IFunctionPointer| Name | Description | 
|---|---|
| FromIntPtr(IntPtr) | Converts a pointer to a function pointer. |