IsAutoDispose
Check whether this allocator will automatically dispose allocations.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Property
- Namespace: Unity.Collections
- Assembly: UnityEngine.ManagedKernelModule
public bool IsAutoDispose { get; }
Remarks
Allocations made by Rewindable allocator are automatically disposed.