Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
Closearray | An array to copy the data from. |
allocator | The Allocator to use for the data. |
Creates a NativeArray from an array of elements.
array | The NativeArray<T0> to copy the data from. |
allocator | The Allocator to use for the data. |
Creates a NativeArray from an existing NativeArray.
length | Number of elements to allocate. |
allocator | The Allocator to use for the data. |
options | The NativeArrayOptions to use for the data. |
Creates a new NativeArray and allocates enough memory to fit the provided amount of elements.