Version: 2020.2
言語: 日本語

NativeSlice<T0>

struct in Unity.Collections

マニュアルに切り替える

説明

Native Slice.

変数

LengthNumber of elements in the slice.
StrideReturns stride set for Slice.
this[int]Access NativeSlice elements by index. Notice that structs are returned by value and not by reference.

コンストラクタ

NativeSlice_1コンストラクター

Public 関数

CopyFromCopy all the elements from a NativeSlice or managed array of the same length.
CopyToCopy all the elements of the slice to a NativeArray or managed array of the same length.
GetEnumeratorGetEnumerator.
SliceConvertSliceConvert.
SliceWithStrideSliceWithStride.
ToArrayConvert NativeSlice to array.

Operator

NativeSlice<T>Implicit operator for creating a NativeSlice from a NativeArray.