Version: 2018.3 (switch to 2019.1)
LanguageEnglish
  • C#

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

Parameters

destinationDestination memory pointer.
sourceSource memory pointer.
sizeSize.

Description

Move memory.

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

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