Version: 2023.2
言語: 日本語

NativeSlice<T0>Constructor

マニュアルに切り替える
public NativeSlice<T0> (NativeArray<T> array);
public NativeSlice<T0> (NativeArray<T> array, int start);
public NativeSlice<T0> (NativeArray<T> array, int start, int length);
public NativeSlice<T0> (NativeSlice<T> slice, int start);
public NativeSlice<T0> (NativeSlice<T> slice, int start, int length);

パラメーター

array The NativeArray.
slice The NativeSlice.
start The start index in the array or slice.
length The number of elements that the new slice will have.

説明

Constructs a new slice from a NativeArray or NativeSlice.