ToArray()
Convert a NativeArray<T> to an array.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: Unity.Collections
- Assembly: UnityEngine.CoreModule
public T[] ToArray()
Returns
Type | Description |
|---|---|
| <T>[] | The converted array. |
public T[] ToArray()
Type | Description |
|---|---|
| <T>[] | The converted array. |