This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
GFG_New
/
ET9_WebGL_Base
Obserwuj
2
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Drzewo:
30bb0d06ba
Gałęzie
Tagi
WebGL
ET9_WebGL_Base
/
Unity
/
Assets
/
Model
/
Module
/
Pathfinding
/
Recast
/
INavmesh.cs
INavmesh.cs
99 B
Historia
Czysty
1
2
3
4
5
6
7
namespace PF {
public interface INavmesh {
void GetNodes (System.Action<GraphNode> del);
}
}