DotRecastNetSim/src/DotRecast.Detour.TileCache/DtLayerSweepSpan.cs

9 lines
207 B
C#

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