Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Unregister<T>(ref T)

Removes an allocator's function pointers from the global function table.
Read time 1 minuteLast updated 13 days ago

Definition

  • Type: Method
  • Namespace: Unity.Collections
  • Assembly: UnityEngine.ManagedKernelModule

Unregister<T>(T)

[ExcludeFromBurstCompatTesting("Uses managed delegate")]public static void Unregister<T>(this ref T t) where T : unmanaged, AllocatorManager.IAllocator

Parameters

t

T
Reference to the allocator.