Pathfinding-Related Classes
New classes in this section:
NavigationMesh Class
UNIGINE | UNIGINE 2 |
---|---|
int getMesh(ObjectMesh mesh) | int getMesh(Mesh mesh) |
int setMesh(ObjectMesh mesh) | int setMesh(Mesh mesh) |
int load(string name) | int loadMesh(string name) |
int save(string name) | int saveMesh(string name) |
New Functions
PathRoute Class
UNIGINE | UNIGINE 2 |
---|---|
Obstacle getIntersection(int ret_index) | Obstacle getIntersection(PathRouteIntersection intersection = 0) See remarks below. |
Remarks:
- The result of intersection is now put into an instance of the PathRouteIntersection class.
Last update: 2017-07-03
Help improve this article
Was this article helpful?
(or select a word/phrase and press Ctrl+Enter)