struct MAGES::MeshDeformations::ClothActor::UpdateMeshJob¶
struct UpdateMeshJob: public IJobParallelFor
{
// fields
float4x4 WorldToLocalMatrix;
NativeArray Vertices;
NativeSlice ParticlesPosition;
// methods
void Execute(int vertexIndex);
};