struct MAGES::MeshDeformations::DynamicSoftbodyActor::ScatterVertexNormalsJobΒΆ
struct ScatterVertexNormalsJob: public IJobParallelFor
{
// fields
NativeArray BindInfo;
NativeArray ParticleNormals;
NativeArray VertexNormals;
// methods
void Execute(int vertexIndex);
};