Property IsAutoDispose
IsAutoDispose
Check whether this allocator will automatically dispose allocations.
Declaration
public bool IsAutoDispose { get; }Property Value
| Type | Description | 
|---|---|
| bool | Always true | 
Implements
Unity.Collections.AllocatorManager.IAllocator.IsAutoDispose
Remarks
Allocations made by Scrachpad allocator are automatically disposed.