struct MAGES::MeshDeformations::DynamicSoftbodyActor::RemoveNeighborsFromDifferentSubMeshesJobΒΆ

struct RemoveNeighborsFromDifferentSubMeshesJob: public IJobParallelFor
{
    // fields

    NativeArray TetrahedralMeshNeighbors;
    NativeArray VolumeConstraintsPhysicsMaterialIndex;

    // methods

    void Execute(int volumeConstraintIndex);
};