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