public NativeArray<T> GetSubArray (int start, int length);

Parámetros

startThe start index of the sub array.
lengthThe length of the sub array.

Valor de retorno

NativeArray<T> A view into the array that aliases the original array. Cannot be disposed.

Descripción

Return a view into the array starting at the specified index.