template struct MAGES::MeshDeformations::InitializeBufferJob

Overview

Copy buffer job. More…

template 
struct InitializeBufferJob: public IJobParallelFor
{
    // fields

    T Value;
    NativeArray Buffer;

    // methods

    void Execute(int index);
};

Detailed Documentation

Copy buffer job.

Parameters:

T

The type of the buffer data.

Fields

T Value

The value to initialize the buffer with.

NativeArray Buffer

Source array.