template struct MAGES::MeshDeformations::CopyBufferJob¶
Overview¶
Copy buffer job. More…
templatestruct CopyBufferJob: public IJobParallelFor { // fields NativeArray Source; NativeArray Destination; // methods void Execute(int index); };
Detailed Documentation¶
Copy buffer job.
Parameters:
T |
The type of the buffer data. |
Fields¶
NativeArraySource
Source array.
NativeArrayDestination
Destination array.