Version: 2020.1

UnsafeUtility.WriteArrayElementWithStride

切换到手册
public static void WriteArrayElementWithStride (void* destination, int index, int stride, T value);

参数

destination 内存指针。
index 数组索引。
stride 步幅。
value 要写入的值。

描述

使用步幅写入数组元素。