struct MAGES::MeshDeformations::DynamicSoftbodyActor::NormalizeNormalsJob

struct NormalizeNormalsJob: public IJobParallelFor
{
    // fields

    NativeArray Normals;
    NativeArray NormalAffectCount;

    // methods

    void Execute(int index);
};