Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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.