Version: 2019.4
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.