namespace DotRecast.Detour.TileCache
{
public class DtLayerSweepSpan
public int ns; // number samples
public int id; // region id
public int nei; // neighbour id
};
}