struct MAGES::MeshDeformations::RopeRenderer::CreateSmoothPath¶
struct CreateSmoothPath: public IJobParallelFor
{
// fields
int NumSmoothingPoints;
float3 ArbitraryUp;
NativeSlice ControlPoints;
NativeArray SmoothedPathNodes;
// methods
void Execute(int index);
};