DotRecastNetSim/src/DotRecast.Detour/IDtPolyQuery.cs

7 lines
139 B
C#

namespace DotRecast.Detour
{
public interface IDtPolyQuery
{
void Process(DtMeshTile tile, DtPoly poly, long refs);
}
}