struct MAGES::MeshDeformations::InitializeCorrectionsBufferJob¶
Overview¶
Initializes the corrections buffer with default (0) value. More…
struct InitializeCorrectionsBufferJob: public IJobParallelFor
{
// fields
NativeArray ParticlesCorrections;
NativeArray ParticlesCorrectionsCount;
// methods
void Execute(int particleIndex);
};
Detailed Documentation¶
Initializes the corrections buffer with default (0) value.
Fields¶
NativeArrayParticlesCorrections
The corrections buffer.
NativeArrayParticlesCorrectionsCount
The corrections count buffer.