DotRecastNetSim/src/DotRecast.Detour/PolyQuery.cs

7 lines
116 B
C#
Raw Normal View History

2023-03-14 08:02:43 +03:00
namespace DotRecast.Detour;
public interface PolyQuery {
void process(MeshTile tile, Poly poly, long refs);
}