ToArray()
Returns a managed array that is a copy of this list.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: Unity.Collections
- Assembly: UnityEngine.ManagedKernelModule
[ExcludeFromBurstCompatTesting("Returns managed array")]public T[] ToArray()
Returns
Type | Description |
|---|---|
| <T>[] | A managed array that is a copy of this list. |