|
A* Pathfinding Project
4.3.5
The A* Pathfinding Project for Unity 3D
|
One vertex in an obstacle. More...
One vertex in an obstacle.
This is a linked list and one vertex can therefore be used to reference the whole obstacle
Public Attributes | |
| Vector2 | dir |
| float | height |
| Height of the obstacle in this vertex. More... | |
| bool | ignore |
| RVOLayer | layer = RVOLayer.DefaultObstacle |
| Collision layer for this obstacle. More... | |
| ObstacleVertex | next |
| Next vertex in the obstacle. More... | |
| Vector3 | position |
| Position of the vertex. More... | |
| ObstacleVertex | prev |
| Previous vertex in the obstacle. More... | |
| Vector2 dir |
| float height |
Height of the obstacle in this vertex.
| bool ignore |
| RVOLayer layer = RVOLayer.DefaultObstacle |
Collision layer for this obstacle.
| ObstacleVertex next |
Next vertex in the obstacle.
| Vector3 position |
Position of the vertex.
| ObstacleVertex prev |
Previous vertex in the obstacle.