SupportsAllocator(Allocator)
Determines whether the specified allocator supports memory labeling.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Method
- Namespace: Unity.Collections
- Assembly: UnityEngine.CoreModule
public static bool SupportsAllocator(Allocator allocator)
Parameters
The allocator to check.
Returns
Type | Description |
|---|---|
| bool | True if the allocator supports labeling; otherwise, false. |