#include <AIPathfind.h>
Public Attributes | |
| Real | distAlongPath |
| Coord3D | posOnPath |
| PathfindLayerEnum | layer |
Definition at line 137 of file AIPathfind.h.
| Real ClosestPointOnPathInfo::distAlongPath |
Definition at line 139 of file AIPathfind.h.
| PathfindLayerEnum ClosestPointOnPathInfo::layer |
Definition at line 141 of file AIPathfind.h.
| Coord3D ClosestPointOnPathInfo::posOnPath |
Definition at line 140 of file AIPathfind.h.