|
A* Pathfinding Project
3.1.4
The A* Pathfinding Project for Unity 3D
|
Small example script of using the LocalAvoidance class. More...
Inheritance diagram for LocalAvoidanceMover:
Collaboration diagram for LocalAvoidanceMover:Public Attributes | |
| float | speed = 2 |
| float | targetPointDist = 10 |
Private Member Functions | |
| void | Start () |
| void | Update () |
Private Attributes | |
| LocalAvoidance | controller |
| Vector3 | targetPoint |
Small example script of using the LocalAvoidance class.