UnsafeUtility.WriteArrayElementWithStride

声明

public static void WriteArrayElementWithStride(void* destination, int index, int stride, T value);

参数

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

说明

通过步长写入数组元素。


Did you find this page useful? Please give it a rating: