UnsafeUtility.MemMove(void*,void*,ulong)

Cambiar al Manual

Parámetros

destinationDestination memory pointer.
sourceSource memory pointer.
sizeSize.

Descripción

Move memory.

MemMove copies the data correctly when the source and destination arrays are overlapping.