| [ Web Proxy ] |
| Viewing: https://docs.unity3d.com/ScriptReference/Unity.Collections.NativeArray_1.GetSubArray.html | [Back] [Original] |
| Parameter | Description |
|---|---|
| start | The start index of the sub array. |
| length | The length of the sub array. |
NativeArray<T> A view into the array that aliases the original array, which can't be disposed.
Gets a view into an array starting at the specified index.
| Web Proxy Viewer | New URL | Original Page |