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

파라미터

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

반환

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

설명

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