Destroy(UnsafePtrList<T>*)
Destroys the list.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: Unity.Collections.LowLevel.Unsafe
- Assembly: UnityEngine.ManagedKernelModule
public static void Destroy(UnsafePtrList<T>* listData)
Parameters
The list to destroy.