Extensions
Provides some extension methods for various collections.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Class
- Namespace: Unity.Collections.NotBurstCompatible
- Assembly: UnityEngine.ManagedKernelModule
public static class Extensions
Static Methods
Method | Description |
|---|---|
| CopyFromNBC | Clears this list and then copies all the elements of an array to this list. |
| ToArray | Returns a new managed array with all the elements copied from a set. |
| ToArrayNBC | Returns a new managed array which is a copy of this list. |