A* Pathfinding Project
3.8.5
The A* Pathfinding Project for Unity 3D
|
Public Member Functions | |
void | OnDrawGizmos () |
Public Attributes | |
Transform[] | points |
float | speed = 1 |
float | tangentLengths = 5 |
Private Member Functions | |
void | Move (bool progress) |
Vector3 | Plot (float t) |
void | Update () |
Private Attributes | |
float | time = 0 |
|
private |
void OnDrawGizmos | ( | ) |
|
private |
|
private |
Transform [] points |
float speed = 1 |
float tangentLengths = 5 |
|
private |