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

UnsafeUtility.MemCpyReplicate(void*,void*,ulong,int)

Parameters

destinationDestination memory pointer.
sourceSource memory pointer.
sizeSize.
countCount.

Description

Copy memory and replicate.

Copies count times the same size bytes from source sequentially into destination.

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