struct MAGES::MeshDeformations::Synchronization::RemoveSimulationMeshCommand::AdjustSimulationMeshDescriptorIndicesΒΆ

struct AdjustSimulationMeshDescriptorIndices: public IJobParallelFor
{
    // fields

    int RemovedDescriptorIndex;
    NativeArray IndicesArray;

    // methods

    void Execute(int index);
};