Version: 2022.3
言語: 日本語
public NativeArray<T> GetSubArray (int start, int length);

パラメーター

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. Cannot be disposed.

説明

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