| Parameter | Description |
|---|---|
| destination | Destination memory pointer. |
| source | Source memory pointer. |
| size | Size. |
Copy memory.
When the source and destination arrays overlap, the result isn't guaranteed to be correct and you should use UnsafeUtility.MemMove instead.