template struct MAGES::MeshDeformations::CopyBufferJob

Overview

Copy buffer job. More…

template 
struct 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

NativeArray Source

Source array.

NativeArray Destination

Destination array.