struct MAGES::MeshDeformations::SpatialHashGrid::CreateUnorderedSpatialLookupJob

struct CreateUnorderedSpatialLookupJob: public IJobParallelFor
{
    // fields

    float CellSize;
    NativeArray ParticlesPosition;
    NativeArray SpatialLookUpItemIndices;
    NativeArray SpatialLookUpCellKeys;
    NativeArray StartIndices;

    // methods

    void Execute(int i);
};