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

매뉴얼로 전환

파라미터

destinationDestination memory pointer.
sourceSource memory pointer.
sizeSize.

설명

Copy memory.

When the source and destination arrays are overlapping the result is not guaranteed to be correct and UnsafeUtility.MemMove should be used instead.