namespace DotRecast.Recast
{
public class SweepSpan
public int rid; // row id
public int id; // region id
public int ns; // number samples
public int nei; // neighbour id
}