|
A* Pathfinding Project
3.7.2
The A* Pathfinding Project for Unity 3D
|
Public Member Functions | |
| void | LateUpdate () |
| void | Start () |
Public Attributes | |
| float | agentTimeHorizon = 1 |
| bool | debug = false |
| Transform | desiredVelocityTarget |
| float | maxSpeed = 5 |
| float | neighbourDistance = 5 |
| float | radius = 5 |
| Transform | velocityTarget |
Private Member Functions | |
| Vector2 | To2D (Vector3 v) |
Private Attributes | |
| NRVOAgent | agent |
| Vector3 | fwd |
| Vector3 | globalTarget |
| void LateUpdate | ( | ) |
| void Start | ( | ) |
|
private |
|
private |
| float agentTimeHorizon = 1 |
| bool debug = false |
| Transform desiredVelocityTarget |
|
private |
|
private |
| float maxSpeed = 5 |
| float neighbourDistance = 5 |
| float radius = 5 |
| Transform velocityTarget |