Interface IFunctionPointer
Base interface for a function pointer.
Namespace: Unity.Burst
Syntax
public interface IFunctionPointer
Methods
| 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. |