DotRecastNetSim/src/DotRecast.Recast/RcLayerSweepSpan.cs

9 lines
196 B
C#

namespace DotRecast.Recast
{
public class RcLayerSweepSpan
{
public int ns; // number samples
public byte id; // region id
public byte nei; // neighbour id
};
}