AddArray<T>(void*, int)
Appends the elements of a buffer to the end of this append buffer.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: Unity.Collections.LowLevel.Unsafe
- Assembly: UnityEngine.ManagedKernelModule
public void AddArray<T>(void* ptr, int length) where T : unmanaged
Parameters
Remarks
The values themselves are stored, not their pointers.