NativeSlice<T0>.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);
Parameters
| array | NativeArray. | |
| start | Start index. | |
| ptr | Memory pointer. | |
| length | Length. |
Description 描述
Constructor.