WriteArrayElementWithStride<T>(void*, int, int, T)
Write array element with stride.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: Unity.Collections.LowLevel.Unsafe
- Assembly: UnityEngine.CoreModule
public static void WriteArrayElementWithStride<T>(void* destination, int index, int stride, T value)