template struct MAGES::MeshDeformations::InitializeBufferJob¶
Overview¶
Copy buffer job. More…
templatestruct 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.
NativeArrayBuffer
Source array.