Method ConvertToAllocatorHandle
ConvertToAllocatorHandle(Allocator)
Convert an Allocator to an AllocatorHandle, keeping the Version.
Declaration
public static AllocatorManager.AllocatorHandle ConvertToAllocatorHandle(Allocator a)
Parameters
| Type | Name | Description |
|---|---|---|
| Allocator | a | The Allocator to convert. |
Returns
| Type | Description |
|---|---|
| AllocatorManager.AllocatorHandle | The AllocatorHandle of an allocator. |