DotRecastNetSim/src/DotRecast.Detour/IDtPolyQuery.cs

7 lines
139 B
C#
Raw Normal View History

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