Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


DisposeNativeArray<T>(NativeArray<T>, AllocatorHandle)

Dispose a NativeArray from an AllocatorHandle where it is allocated.
Read time 1 minuteLast updated 13 days ago

Definition

  • Type: Method
  • Namespace: Unity.Collections
  • Assembly: UnityEngine.ManagedKernelModule
public static void DisposeNativeArray<T>(NativeArray<T> nativeArray, AllocatorManager.AllocatorHandle allocator) where T : unmanaged

Parameters

nativeArray

The NativeArray to make a copy of.

The AllocatorHandle used to allocate the NativeArray.