struct MAGES::MeshDeformations::SpatialHashGrid::SortJob¶
struct SortJob: public IJobParallelFor
{
// fields
uint GroupWidth;
uint GroupHeight;
uint StepIndex;
NativeArray SpatialLookUpItemIndices;
NativeArray SpatialLookUpCellKeys;
// methods
void Execute(int id);
};